|
@ -57,6 +57,14 @@ spring:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
|
password: ha
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 172.19.103.57
|
|
|
port: 27017
|
|
|
username: esb
|
|
|
password: esb
|
|
|
authenticationDatabase: admin
|
|
|
database: wlyy
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
@ -78,13 +86,20 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: test
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.17.110.216:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: cloud
|
|
|
password: cloud
|
|
|
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive_220?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 172.19.103.57
|
|
|
port: 27017
|
|
|
username: esb
|
|
|
password: esb
|
|
|
authenticationDatabase: admin
|
|
|
database: wlyy
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
public-server: http://172.19.103.52:22122
|
|
|
public-server: http://172.19.103.52:80
|
|
|
|
|
|
---
|
|
|
spring:
|