|
@ -52,17 +52,17 @@ spring:
|
|
profiles: dev
|
|
profiles: dev
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
username: ha
|
|
|
|
password: ha
|
|
|
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
username: chenweishan
|
|
|
|
password: chenweishan
|
|
redis:
|
|
redis:
|
|
host: 192.168.1.220 # Redis server host.
|
|
|
|
|
|
host: 172.19.103.47 # Redis server host.
|
|
password: # Login password of the redis server.
|
|
password: # Login password of the redis server.
|
|
|
|
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.54:22122
|
|
|
|
public-server: http://172.19.103.54:22122
|
|
|
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
|
public-server: http://172.19.103.52:80
|
|
password: ha
|
|
password: ha
|
|
|
|
|
|
---
|
|
---
|