|
@ -58,7 +58,11 @@ FileTempPath:
|
|
|
image_path : /var/local/upload/images
|
|
|
voice_path : /var/local/upload/voice
|
|
|
chat_file_path : /var/local/upload/chat
|
|
|
|
|
|
#是否开启i健康接口 0关闭,1开启
|
|
|
testPattern:
|
|
|
sign: 0
|
|
|
wlyy:
|
|
|
url: http://www.xmtyw.cn/wlyytest/
|
|
|
|
|
|
---
|
|
|
spring:
|
|
@ -82,6 +86,11 @@ im:
|
|
|
data_base_name: im_internet_hospital
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.26.0.110:8888/
|
|
|
#是否开启i健康接口 0关闭,1开启
|
|
|
testPattern:
|
|
|
sign: 0
|
|
|
wlyy:
|
|
|
url: http://www.xmtyw.cn/wlyytest/
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
@ -107,6 +116,11 @@ im:
|
|
|
data_base_name: im_internet_hospital
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.26.0.110:8888/
|
|
|
#是否开启i健康接口 0关闭,1开启
|
|
|
testPattern:
|
|
|
sign: 0
|
|
|
wlyy:
|
|
|
url: http://www.xmtyw.cn/wlyytest/
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
@ -129,7 +143,11 @@ im:
|
|
|
data_base_name: im
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://192.0.33.26:8888/
|
|
|
|
|
|
#是否开启i健康接口 0关闭,1开启
|
|
|
testPattern:
|
|
|
sign: 0
|
|
|
wlyy:
|
|
|
url: http://www.xmtyw.cn/wlyytest/
|
|
|
---
|
|
|
# 眼科医院前置机
|
|
|
spring:
|
|
@ -160,4 +178,9 @@ im:
|
|
|
im_list_get: http://172.16.1.42:3000/
|
|
|
data_base_name: im
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://192.0.33.26:8888/
|
|
|
fastdfs_file_url: http://192.0.33.26:8888/
|
|
|
#是否开启i健康接口 0关闭,1开启
|
|
|
testPattern:
|
|
|
sign: 0
|
|
|
wlyy:
|
|
|
url: http://www.xmtyw.cn/wlyytest/
|