|
@ -78,13 +78,26 @@ 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
|
|
|
ldap:
|
|
|
host: 172.19.103.87
|
|
|
port: 389
|
|
|
bindDn: cn=admin,dc=ehr,dc=jkzl
|
|
|
password: jkzl
|
|
|
root: dc=ehr,dc=jkzl
|
|
|
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:
|