|
@ -44,7 +44,10 @@ zuul:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
|
password: ha
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
|
|
@ -62,6 +65,10 @@ spring:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: alpha
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
|
password: ha
|
|
|
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
@ -81,13 +88,17 @@ server:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 192.168.1.221
|
|
|
host: 172.19.103.73
|
|
|
port: 8125
|
|
|
|
|
|
server:
|
|
@ -99,6 +110,10 @@ server:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
|
password: jkzlxm
|
|
|
|
|
|
server:
|
|
|
ssl:
|