|
@ -1,5 +1,4 @@
|
|
|
server:
|
|
|
|
|
|
port: ${server.ag-basic-port}
|
|
|
|
|
|
spring:
|
|
@ -80,82 +79,82 @@ zuul:
|
|
|
path: /hospitalEntrance/**
|
|
|
serviceId: svr-internet-hospital-entrance
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwdev
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.114/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
# password: jkzl_ehr
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.16.1.42/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: im
|
|
|
password: 2oEq3Kf7
|
|
|
redis:
|
|
|
host: 192.0.33.26 # Redis server host.
|
|
|
port: 6390 # Redis server port.
|
|
|
password: Kb6wKDQP1W4
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwOracleProd
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.16.1.42/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: im
|
|
|
password: 2oEq3Kf7
|
|
|
redis:
|
|
|
host: 192.0.33.26 # Redis server host.
|
|
|
port: 6390 # Redis server port.
|
|
|
password: Kb6wKDQP1W4
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
|
|
|
---
|
|
|
## 心脏中心内网配置
|
|
|
spring:
|
|
|
profiles: xzprod_in
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.103.155:7306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: jkzl
|
|
|
password: jkzl@2020
|
|
|
redis:
|
|
|
host: 192.168.103.158 # Redis server host.
|
|
|
port: 6380 # Redis server port.
|
|
|
password: q4YaQemf
|
|
|
|
|
|
---
|
|
|
## 心脏中心外网配置
|
|
|
spring:
|
|
|
profiles: xzprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.16.100.240:7306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: jkzl
|
|
|
password: jkzl@2020
|
|
|
redis:
|
|
|
host: 172.16.100.240 # Redis server host.
|
|
|
port: 6380 # Redis server port.
|
|
|
password: q4YaQemf
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwdev
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.26.0.114/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: root
|
|
|
# password: jkzlehr
|
|
|
# redis:
|
|
|
# host: 172.19.103.88 # Redis server host.
|
|
|
# port: 6379 # Redis server port.
|
|
|
## password: jkzl_ehr
|
|
|
## zipkin:
|
|
|
## base-url: http://localhost:9411 #日志追踪的地址
|
|
|
#
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwtest
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: root
|
|
|
# password: jkzlehr
|
|
|
# redis:
|
|
|
# host: 172.26.0.253 # Redis server host.
|
|
|
# port: 6379 # Redis server port.
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwprod
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.16.1.42/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: im
|
|
|
# password: 2oEq3Kf7
|
|
|
# redis:
|
|
|
# host: 192.0.33.26 # Redis server host.
|
|
|
# port: 6390 # Redis server port.
|
|
|
# password: Kb6wKDQP1W4
|
|
|
## zipkin:
|
|
|
## base-url: http://localhost:9411 #日志追踪的地址
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwOracleProd
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.16.1.42/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: im
|
|
|
# password: 2oEq3Kf7
|
|
|
# redis:
|
|
|
# host: 192.0.33.26 # Redis server host.
|
|
|
# port: 6390 # Redis server port.
|
|
|
# password: Kb6wKDQP1W4
|
|
|
## zipkin:
|
|
|
## base-url: http://localhost:9411 #日志追踪的地址
|
|
|
#
|
|
|
#---
|
|
|
### 心脏中心内网配置
|
|
|
#spring:
|
|
|
# profiles: xzprod_in
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://192.168.103.155:7306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: jkzl
|
|
|
# password: jkzl@2020
|
|
|
# redis:
|
|
|
# host: 192.168.103.158 # Redis server host.
|
|
|
# port: 6380 # Redis server port.
|
|
|
# password: q4YaQemf
|
|
|
#
|
|
|
#---
|
|
|
### 心脏中心外网配置
|
|
|
#spring:
|
|
|
# profiles: xzprod
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.16.100.240:7306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
# username: jkzl
|
|
|
# password: jkzl@2020
|
|
|
# redis:
|
|
|
# host: 172.16.100.240 # Redis server host.
|
|
|
# port: 6380 # Redis server port.
|
|
|
# password: q4YaQemf
|
|
|
---
|
|
|
## 卫计委配置
|
|
|
spring:
|