|
@ -426,6 +426,8 @@ wechat:
|
|
|
id: xm_xzzx_wx # base库中,wx_wechat 的id字段 # todo 待配置
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwystest
|
|
@ -433,15 +435,16 @@ spring:
|
|
|
url: jdbc:mysql://172.26.0.195/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
|
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: root
|
|
|
# password: 123456
|
|
|
elasticsearch:
|
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
cluster-nodes: 172.26.0.190:9300,172.26.0.190:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
client-transport-sniff: false
|
|
|
jest:
|
|
|
uris: http://172.19.103.45:9200,http://172.19.103.68:9200
|
|
|
uris: http://172.26.0.190:9200,http://172.26.0.190:9200
|
|
|
connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
activemq:
|
|
@ -449,10 +452,12 @@ spring:
|
|
|
user: admin
|
|
|
password: admin
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
host: 172.26.0.190 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.19.103.54:80/
|
|
|
fastdfs_file_url: http://172.26.0.110:8888/
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.26.0.110:22122 #服务器地址
|
|
|
demo:
|
|
|
flag: true
|
|
|
hospital:
|
|
@ -464,56 +469,8 @@ hospital:
|
|
|
wlyy:
|
|
|
url: http://ehr.yihu.com/wlyy/
|
|
|
wechat:
|
|
|
id: d24d1367-7f4f-43af-910e-a0a43799e040
|
|
|
id: xm_zsyy_wx
|
|
|
#文件服务器上传配置 0本地,1.I健康,2.内网调用
|
|
|
testPattern:
|
|
|
sign: 0
|
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
|
|
|
|
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwystest
|
|
|
# datasource:
|
|
|
# url: jdbc:mysql://172.26.0.195/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: root
|
|
|
# password: jkzlehr
|
|
|
#
|
|
|
# # url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# # username: root
|
|
|
# # password: 123456
|
|
|
# elasticsearch:
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
# cluster-nodes: 172.26.0.190:9300,172.26.0.190:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
# client-transport-sniff: false
|
|
|
# jest:
|
|
|
# uris: http://172.26.0.190:9200,http://172.26.0.190:9200
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
# activemq:
|
|
|
# broker-url: tcp://172.19.103.87:61616
|
|
|
# user: admin
|
|
|
# password: admin
|
|
|
# redis:
|
|
|
# host: 172.26.0.190 # Redis server host.
|
|
|
# port: 6379 # Redis server port.
|
|
|
#fastDFS:
|
|
|
# fastdfs_file_url: http://172.26.0.110:8888/
|
|
|
#fast-dfs:
|
|
|
# tracker-server: 172.26.0.110:22122 #服务器地址
|
|
|
#demo:
|
|
|
# flag: true
|
|
|
#hospital:
|
|
|
# url: https://wx.xmzsh.com
|
|
|
# mqUser: JKZL
|
|
|
# mqPwd: 123456
|
|
|
# SourceSysCode: S60
|
|
|
# TargetSysCode: S01
|
|
|
#wlyy:
|
|
|
# url: http://ehr.yihu.com/wlyy/
|
|
|
#wechat:
|
|
|
# id: xm_zsyy_wx
|
|
|
##文件服务器上传配置 0本地,1.I健康,2.内网调用
|
|
|
#testPattern:
|
|
|
# sign: 0
|
|
|
# remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|