|
@ -1,30 +1,17 @@
|
|
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
com:
|
|
|
|
netflix: INFO
|
|
|
|
org:
|
|
|
|
springframework:
|
|
|
|
web: INFO
|
|
|
|
hibernate: ERROR
|
|
|
|
|
|
|
|
spring:
|
|
spring:
|
|
# REDIS
|
|
# REDIS
|
|
redis:
|
|
redis:
|
|
database: 0 # Database index used by the connection factory.
|
|
database: 0 # Database index used by the connection factory.
|
|
port: 6379 # Redis server port.
|
|
|
|
#password: # Login password of the redis server.
|
|
#password: # Login password of the redis server.
|
|
timeout: 0 # Connection timeout in milliseconds.
|
|
timeout: 0 # Connection timeout in milliseconds.
|
|
#sentinel:
|
|
#sentinel:
|
|
# master: # Name of Redis server.
|
|
# master: # Name of Redis server.
|
|
# nodes: # Comma-separated list of host:port pairs.
|
|
# nodes: # Comma-separated list of host:port pairs.
|
|
|
|
|
|
pool:
|
|
pool:
|
|
max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
|
|
max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
|
|
max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
|
|
max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
|
|
max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
|
|
max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
|
|
min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
|
|
min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
max-active: 20
|
|
max-active: 20
|
|
@ -33,7 +20,6 @@ spring:
|
|
validation-query: SELECT 1
|
|
validation-query: SELECT 1
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
|
|
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
pool:
|
|
pool:
|
|
init-size: 5
|
|
init-size: 5
|
|
@ -50,7 +36,6 @@ fast-dfs:
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: dev
|
|
profiles: dev
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: weifuwu
|
|
username: weifuwu
|
|
@ -59,90 +44,37 @@ spring:
|
|
host: 172.19.103.47 # Redis server host.
|
|
host: 172.19.103.47 # Redis server host.
|
|
port: 6379
|
|
port: 6379
|
|
password: redis!@456
|
|
password: redis!@456
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
tracker-server: 172.19.103.13:22122
|
|
public-server: http://172.19.103.52:80
|
|
public-server: http://172.19.103.52:80
|
|
password: ha
|
|
password: ha
|
|
|
|
|
|
ehr-redis:
|
|
ehr-redis:
|
|
mq:
|
|
mq:
|
|
pubsub:
|
|
pubsub:
|
|
publisherAppId: svr-redis
|
|
publisherAppId: svr-redis
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
spring:
|
|
|
|
profiles: alpha
|
|
|
|
|
|
|
|
datasource:
|
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
username: ha
|
|
|
|
password: ha
|
|
|
|
|
|
|
|
redis:
|
|
|
|
host: 192.168.1.220 # Redis server host.
|
|
|
|
password: # Login password of the redis server.
|
|
|
|
|
|
|
|
fast-dfs:
|
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
|
public-server: http://172.19.103.54:22122
|
|
|
|
|
|
|
|
ehr-redis:
|
|
|
|
mq:
|
|
|
|
pubsub:
|
|
|
|
publisherAppId: svr-redis
|
|
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: test
|
|
profiles: test
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
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:
|
|
host: 172.19.103.47 # Redis server host.
|
|
host: 172.19.103.47 # Redis server host.
|
|
password: # Login password of the redis server.
|
|
|
|
|
|
|
|
|
|
port: 6379
|
|
|
|
password: redis!@456
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.19.103.13:22122
|
|
tracker-server: 172.19.103.13:22122
|
|
public-server: http://172.19.103.52:80
|
|
public-server: http://172.19.103.52:80
|
|
|
|
|
|
ehr-redis:
|
|
|
|
mq:
|
|
|
|
pubsub:
|
|
|
|
publisherAppId: svr-redis
|
|
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
spring:
|
|
|
|
profiles: prod
|
|
|
|
|
|
|
|
redis:
|
|
|
|
host: 11.1.2.20 # Redis server host.
|
|
|
|
password: # Login password of the redis server.
|
|
|
|
datasource:
|
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
username: ha
|
|
|
|
password: jkzlxm
|
|
|
|
|
|
|
|
fast-dfs:
|
|
|
|
tracker-server: 11.1.2.9:22122
|
|
|
|
public-server: http://ds.ehr.yihu.com:22122
|
|
|
|
|
|
|
|
|
|
password: ha
|
|
ehr-redis:
|
|
ehr-redis:
|
|
mq:
|
|
mq:
|
|
pubsub:
|
|
pubsub:
|
|
publisherAppId: svr-redis
|
|
publisherAppId: svr-redis
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
|
|
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod_fz
|
|
profiles: prod_fz
|
|
@ -150,7 +82,6 @@ spring:
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: healthcloud
|
|
username: healthcloud
|
|
password: GP8Qz4qU
|
|
password: GP8Qz4qU
|
|
|
|
|
|
redis:
|
|
redis:
|
|
host: 11.1.2.22 # Redis server host.
|
|
host: 11.1.2.22 # Redis server host.
|
|
port: 6390
|
|
port: 6390
|
|
@ -158,14 +89,12 @@ spring:
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 11.1.2.9:22122
|
|
tracker-server: 11.1.2.9:22122
|
|
public-server: http://11.1.2.9:80
|
|
public-server: http://11.1.2.9:80
|
|
|
|
|
|
ehr-redis:
|
|
ehr-redis:
|
|
mq:
|
|
mq:
|
|
pubsub:
|
|
pubsub:
|
|
publisherAppId: svr-redis
|
|
publisherAppId: svr-redis
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
|
|
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod_sr
|
|
profiles: prod_sr
|
|
@ -173,7 +102,6 @@ spring:
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: healthcloud
|
|
username: healthcloud
|
|
password: GP8Qz4qU
|
|
password: GP8Qz4qU
|
|
|
|
|
|
redis:
|
|
redis:
|
|
host: 10.176.97.5 # Redis server host.
|
|
host: 10.176.97.5 # Redis server host.
|
|
port: 6390
|
|
port: 6390
|
|
@ -181,14 +109,12 @@ spring:
|
|
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:8888
|
|
public-server: http://10.176.97.5:8888
|
|
|
|
|
|
ehr-redis:
|
|
ehr-redis:
|
|
mq:
|
|
mq:
|
|
pubsub:
|
|
pubsub:
|
|
publisherAppId: svr-redis
|
|
publisherAppId: svr-redis
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
responseTimeChannel: redis.cache.reponse-time
|
|
|
|
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
profiles: prod_fzzy
|
|
profiles: prod_fzzy
|
|
@ -196,7 +122,6 @@ spring:
|
|
url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: healthcloud
|
|
username: healthcloud
|
|
password: GP8Qz4qU
|
|
password: GP8Qz4qU
|
|
|
|
|
|
redis:
|
|
redis:
|
|
host: 100.100.1.161 # Redis server host.
|
|
host: 100.100.1.161 # Redis server host.
|
|
port: 6390
|
|
port: 6390
|
|
@ -204,7 +129,6 @@ spring:
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 100.100.1.157:22122
|
|
tracker-server: 100.100.1.157:22122
|
|
public-server: http://100.100.1.157:8888
|
|
public-server: http://100.100.1.157:8888
|
|
|
|
|
|
ehr-redis:
|
|
ehr-redis:
|
|
mq:
|
|
mq:
|
|
pubsub:
|
|
pubsub:
|