Browse Source

更新 'svr-authentication.yml'

LiTaohong 5 years ago
parent
commit
576d9d5a01
1 changed files with 12 additions and 1 deletions
  1. 12 1
      svr-authentication.yml

+ 12 - 1
svr-authentication.yml

@ -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