|
@ -24,7 +24,7 @@ spring:
|
|
|
time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.26.0.110:22122 #服务器地址
|
|
|
tracker-server: 10.18.43.40:22122 #服务器地址
|
|
|
connect-timeout: 2 #链接超时时间
|
|
|
network-timeout: 30
|
|
|
charset: ISO8859-1 #编码
|
|
@ -147,9 +147,9 @@ spring:
|
|
|
profiles: hzprod
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.26.0.13:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: '*ukOOSl&c0!y'
|
|
|
url: jdbc:mysql://10.18.43.40:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: '0XxS3W*!cRj'
|
|
|
# elasticsearch:
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
@ -159,7 +159,7 @@ spring:
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
activemq:
|
|
|
broker-url: tcp://172.26.0.13:61616
|
|
|
broker-url: tcp://10.18.43.40:61616
|
|
|
user: admin
|
|
|
password: admin
|
|
|
redis:
|
|
@ -167,9 +167,9 @@ spring:
|
|
|
port: 6379 # Redis server port.
|
|
|
password: Kb6wKDQP1W4
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.26.0.13:8888/
|
|
|
fastdfs_file_url: http://10.18.43.40:8888/
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.26.0.13:22122 #服务器地址
|
|
|
tracker-server: 10.18.43.40:22122 #服务器地址
|
|
|
# mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
|
|
|
demo:
|
|
|
flag: false
|
|
@ -180,7 +180,7 @@ hospital:
|
|
|
SourceSysCode: S60
|
|
|
TargetSysCode: S01
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.12:3000/
|
|
|
im_list_get: http://10.18.43.41:3000/
|
|
|
data_base_name: im_internet_hospital
|
|
|
|
|
|
wlyy:
|
|
@ -194,6 +194,6 @@ wechat:
|
|
|
id: hz_yyyzh_wx # base库中,wx_wechat 的id字段
|
|
|
flag: true #演示环境 true走Mysql数据库 false走Oracle
|
|
|
cloudServer:
|
|
|
server_url: http://172.26.0.12:10301/
|
|
|
server_url: http://10.18.43.41:10301/
|
|
|
pay:
|
|
|
flag: true
|