|
@ -1121,15 +1121,15 @@ im:
|
|
|
spring:
|
|
|
profiles: dsyyProd
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.110.96:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
url: jdbc:mysql://192.168.101.2:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: wlyy
|
|
|
password: 2oEq3Kf7@zjxl
|
|
|
elasticsearch:
|
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
cluster-nodes: 192.168.110.99:9300,192.168.110.99:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
cluster-nodes: 192.168.101.2:9300,192.168.101.2:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
client-transport-sniff: false
|
|
|
jest:
|
|
|
uris: http://192.168.110.99:9200,http://192.168.110.99:9200
|
|
|
uris: http://192.168.101.2:9200,http://192.168.101.2:9200
|
|
|
connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
activemq:
|
|
@ -1137,11 +1137,11 @@ spring:
|
|
|
user: admin
|
|
|
password: admin
|
|
|
redis:
|
|
|
host: 192.168.110.97 # Redis server host.
|
|
|
host: 192.168.101.2 # Redis server host.
|
|
|
port: 6379
|
|
|
password: Kb6wKDQP1W4 # Redis server port.
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://192.168.110.98:8888/
|
|
|
fastdfs_file_url: http://192.168.101.2:8888/
|
|
|
demo:
|
|
|
flag: true
|
|
|
hospital:
|