|
@ -396,9 +396,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
|
|
@ -408,17 +408,17 @@ 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:
|
|
|
host: 172.26.0.13 # Redis server host.
|
|
|
host: 10.18.43.40 # Redis server host.
|
|
|
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 #服务器地址
|
|
|
# 短信验证码发送的客户端标识,居民端
|
|
|
sms:
|
|
|
clientId: EwC0iRSrcP
|
|
@ -446,7 +446,7 @@ wechat:
|
|
|
flag: true #演示环境 true走Mysql数据库 false走Oracle
|
|
|
|
|
|
im:
|
|
|
im_list_get: http://172.26.0.12:3000/
|
|
|
im_list_get: http://10.18.43.40:3000/
|
|
|
data_base_name: im_internet_hospital
|
|
|
es:
|
|
|
pwflag: 2 # 1需要密码,2不需要密码
|
|
@ -456,8 +456,8 @@ es:
|
|
|
type:
|
|
|
Statistics: hlw_quota_prod
|
|
|
FollowUpContent: wlyy_followup_content
|
|
|
host: http://172.26.0.13:9000
|
|
|
tHost: 172.26.0.13:9300
|
|
|
host: http://10.18.43.40:9000
|
|
|
tHost: 10.18.43.40:9300
|
|
|
clusterName: jkzl
|
|
|
securityUser: lion:jkzlehr
|
|
|
user: lion
|