|
@ -330,11 +330,12 @@ FileTempPath:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwOracleProd
|
|
|
## ==眼科医院 数据库========================================================================
|
|
|
datasource:
|
|
|
driver-class-name: oracle.jdbc.driver.OracleDriver
|
|
|
url: jdbc:oracle:thin:@172.26.0.141:1521:helowin
|
|
|
username: normal
|
|
|
password: normal
|
|
|
url: jdbc:oracle:thin:@192.168.20.55:1521:orcl
|
|
|
username: system
|
|
|
password: hxyk9573
|
|
|
jpa:
|
|
|
properties:
|
|
|
hibernate:
|
|
@ -344,10 +345,10 @@ spring:
|
|
|
|
|
|
elasticsearch:
|
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
cluster-nodes: 192.168.33.198:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
client-transport-sniff: false
|
|
|
jest:
|
|
|
uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
uris: http://192.168.33.198:9200
|
|
|
connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
activemq:
|
|
@ -355,12 +356,13 @@ spring:
|
|
|
user: admin
|
|
|
password: admin
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
host: 192.168.33.198 # Redis server host.
|
|
|
port: 6380 # Redis server port.
|
|
|
password: Kb6wKDQP1W4
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.26.0.110:8888/
|
|
|
fastdfs_file_url: http://192.168.33.198:8888/
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.26.0.110:22122 #服务器地址
|
|
|
tracker-server: 192.168.33.198:22122 #服务器地址
|
|
|
wechat:
|
|
|
id: 97ed8a0a-4f07-4b85-ab02-b716c611a464 # base库中,wx_wechat 的id字段
|
|
|
# 短信验证码发送的客户端标识,居民端
|
|
@ -392,6 +394,8 @@ es:
|
|
|
Statistics: hlw_quota_test
|
|
|
type:
|
|
|
Statistics: hlw_quota_test
|
|
|
host: http://172.26.0.112:9200
|
|
|
tHost: 172.26.0.112:9300
|
|
|
clusterName: jkzl
|
|
|
host: http://192.168.33.198:9200
|
|
|
tHost: 192.168.33.198:9300
|
|
|
clusterName: jkzl
|
|
|
|
|
|
##==眼科医院 数据库end=======================================================================
|