|
@ -145,6 +145,32 @@ spring:
|
|
|
port: 6379 # Redis server port.
|
|
|
##发现服务
|
|
|
|
|
|
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
|
|
|
iHealth:
|
|
|
user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo
|
|
|
zhongshanHospital:
|
|
|
user-info-uri: http://laptop-u738dn2p:10023/mqsdk/getUserInfoByOpenid
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.26.0.110:8888/
|
|
|
wlyy:
|
|
|
url: http://www.xmtyw.cn/wlyy/
|
|
|
#文件服务器上传配置 0本地,1.I健康,2.内网调用
|
|
|
testPattern:
|
|
|
sign: 0
|
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iotyanshi
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.195/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.26.0.190 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
##发现服务
|
|
|
|
|
|
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
|
|
|
iHealth:
|
|
|
user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo
|