|
@ -40,6 +40,10 @@ spring:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
# password: jkzl_ehr
|
|
|
# i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
|
|
|
iHealth:
|
|
|
user-info-uri: http://http://ehr.yihu.com/wlyy/patient/userInfo
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
@ -50,6 +54,10 @@ spring:
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
# i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
|
|
|
iHealth:
|
|
|
user-info-uri: http://http://ehr.yihu.com/wlyy/patient/userInfo
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
@ -59,4 +67,7 @@ spring:
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
port: 6379 # Redis server port.
|
|
|
# i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
|
|
|
iHealth:
|
|
|
user-info-uri: http://http://ehr.yihu.com/wlyy/patient/userInfo
|