|
@ -38,11 +38,11 @@ elasticsearch:
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
username: chenweishan
|
|
|
password: chenweishan
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 172.19.103.9:9300
|
|
@ -52,11 +52,11 @@ fast-dfs:
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
profiles: prod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: chenweishan1
|
|
|
password: chenweishan
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
elasticsearch:
|
|
|
cluster-name: elasticsearch
|
|
|
cluster-nodes: 172.19.103.9:9300
|