|
@ -390,4 +390,36 @@ wechat:
|
|
|
#文件服务器上传配置 0本地,1.I健康,2.内网调用
|
|
|
testPattern:
|
|
|
sign: 1
|
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
|
|
|
|
---
|
|
|
##==心脏中心外 ===============================================================================
|
|
|
spring:
|
|
|
profiles: xzprod
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.16.100.240:7306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: jkzl
|
|
|
password: jkzl@2020
|
|
|
elasticsearch:
|
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
cluster-nodes: 172.16.100.240:9200 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
client-transport-sniff: false
|
|
|
jest:
|
|
|
uris: http://172.16.100.240:9300
|
|
|
connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
activemq:
|
|
|
broker-url: tcp://59.61.92.90:9103
|
|
|
user: jkzl
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.16.100.240 # Redis server host.
|
|
|
port: 6380 # Redis server port.
|
|
|
password: q4YaQemf
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.16.100.240:8888/
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.16.100.240:22122 #服务器地址
|
|
|
wechat:
|
|
|
id: xm_xzzx_wx # base库中,wx_wechat 的id字段 # todo 待配置
|