|
@ -52,7 +52,7 @@ spring:
|
|
profiles: dev
|
|
profiles: dev
|
|
|
|
|
|
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&useSSL=false
|
|
username: weifuwu
|
|
username: weifuwu
|
|
password: weifuwu
|
|
password: weifuwu
|
|
redis:
|
|
redis:
|
|
@ -71,7 +71,7 @@ spring:
|
|
profiles: alpha
|
|
profiles: alpha
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: ha
|
|
username: ha
|
|
password: ha
|
|
password: ha
|
|
|
|
|
|
@ -90,7 +90,7 @@ spring:
|
|
profiles: test
|
|
profiles: test
|
|
|
|
|
|
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&useSSL=false
|
|
username: weifuwu
|
|
username: weifuwu
|
|
password: weifuwu
|
|
password: weifuwu
|
|
|
|
|
|
@ -112,7 +112,7 @@ spring:
|
|
host: 11.1.2.20 # Redis server host.
|
|
host: 11.1.2.20 # Redis server host.
|
|
password: # Login password of the redis server.
|
|
password: # Login password of the redis server.
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: ha
|
|
username: ha
|
|
password: jkzlxm
|
|
password: jkzlxm
|
|
|
|
|
|
@ -125,7 +125,7 @@ fast-dfs:
|
|
spring:
|
|
spring:
|
|
profiles: prod_fz
|
|
profiles: prod_fz
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
|
|
url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: sr_healtharchive
|
|
username: sr_healtharchive
|
|
password: data!@)1
|
|
password: data!@)1
|
|
|
|
|
|
@ -143,7 +143,7 @@ fast-dfs:
|
|
spring:
|
|
spring:
|
|
profiles: prod_sr
|
|
profiles: prod_sr
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: healthcloud
|
|
username: healthcloud
|
|
password: GP8Qz4qU
|
|
password: GP8Qz4qU
|
|
|
|
|
|
@ -153,4 +153,4 @@ spring:
|
|
password: q4YaQemf
|
|
password: q4YaQemf
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 10.176.97.5:22122
|
|
tracker-server: 10.176.97.5:22122
|
|
public-server: http://10.176.97.5:22122
|
|
|
|
|
|
public-server: http://10.176.97.5:8888
|