|
@ -51,8 +51,8 @@ spring:
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
username: chenweishan
|
|
|
|
password: chenweishan
|
|
|
|
|
|
username: weifuwu
|
|
|
|
password: weifuwu
|
|
|
|
|
|
redis:
|
|
redis:
|
|
host: 172.19.103.47 # Redis server host.
|
|
host: 172.19.103.47 # Redis server host.
|
|
@ -105,7 +105,7 @@ spring:
|
|
metrics:
|
|
metrics:
|
|
export:
|
|
export:
|
|
statsd:
|
|
statsd:
|
|
host: 192.168.1.221
|
|
|
|
|
|
host: 172.19.103.73
|
|
port: 8125
|
|
port: 8125
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
tracker-server: 172.19.103.13:22122
|
|
@ -137,6 +137,7 @@ spring:
|
|
password: data!@)1
|
|
password: data!@)1
|
|
redis:
|
|
redis:
|
|
host: 192.168.135.40 # Redis server host.
|
|
host: 192.168.135.40 # Redis server host.
|
|
|
|
port: 6390
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 192.168.135.42:22122
|
|
tracker-server: 192.168.135.42:22122
|
|
public-server: http://192.168.135.42:22122
|
|
public-server: http://192.168.135.42:22122
|