|
@ -1,24 +1,3 @@
|
|
|
logging:
|
|
|
level:
|
|
|
com:
|
|
|
netflix: INFO
|
|
|
org:
|
|
|
springframework:
|
|
|
web: INFO
|
|
|
hibernate: ERROR
|
|
|
|
|
|
ribbon:
|
|
|
ReadTimeout: 30000
|
|
|
ConnectTimeout: 10000
|
|
|
|
|
|
logging.level.root: INFO
|
|
|
|
|
|
netflix:
|
|
|
metrics:
|
|
|
rest:
|
|
|
metricName: api
|
|
|
|
|
|
# service routes
|
|
|
zuul:
|
|
|
addProxyHeaders: false
|
|
|
ignoredServices: '*'
|
|
@ -52,34 +31,11 @@ spring:
|
|
|
password: weifuwu
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 172.19.103.73
|
|
|
port: 8125
|
|
|
#server:
|
|
|
# ssl:
|
|
|
# key-store-password: 123456
|
|
|
# key-password: 123456
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: alpha
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: ha
|
|
|
password: ha
|
|
|
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 192.168.1.221
|
|
|
port: 8125
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
@ -90,12 +46,6 @@ spring:
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 172.19.103.73
|
|
|
port: 8125
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod
|
|
@ -105,11 +55,6 @@ spring:
|
|
|
password: jkzlxm
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 11.1.2.5
|
|
|
port: 8125
|
|
|
|
|
|
---
|
|
|
spring:
|
|
@ -120,11 +65,6 @@ spring:
|
|
|
password: GP8Qz4qU
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 11.1.2.5
|
|
|
port: 8125
|
|
|
|
|
|
---
|
|
|
spring:
|
|
@ -135,11 +75,6 @@ spring:
|
|
|
password: GP8Qz4qU
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 10.176.97.10
|
|
|
port: 8125
|
|
|
|
|
|
---
|
|
|
spring:
|
|
@ -150,23 +85,13 @@ spring:
|
|
|
password: GP8Qz4qU
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 100.100.1.162
|
|
|
port: 8125
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod_srformal
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.40.34:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
username: healthcloud
|
|
|
password: GP8Qz4qU
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 192.168.220.84
|
|
|
port: 8125
|
|
|
cache: false
|