|
@ -18,12 +18,9 @@ fast-dfs:
|
|
|
init-size: 5
|
|
|
max-size: 20
|
|
|
wait-time: 500
|
|
|
|
|
|
connect-timeout: 2
|
|
|
network-timeout: 30
|
|
|
fast-dfs:
|
|
|
charset: ISO8859-1
|
|
|
|
|
|
charset: ISO8859-1
|
|
|
http:
|
|
|
tracker-http-port: 80
|
|
|
anti-steal-token: no
|
|
@ -33,6 +30,9 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
|
|
|
data-source:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
user-name: ha
|
|
@ -42,6 +42,9 @@ data-source:
|
|
|
spring:
|
|
|
profiles: test
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
|
|
|
data-source:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
user-name: weifuwu
|