|
@ -189,16 +189,18 @@ fastDFS:
|
|
|
spring:
|
|
|
profiles: iotprod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://59.61.92.90:20002/xmiot?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://10.90.32.2:20002/xmiot?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
elasticsearch:
|
|
|
cluster-name: jkzl #默认即为elasticsearch 集群名
|
|
|
cluster-nodes: 59.61.92.90:20010,59.61.92.90:20012 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
cluster-nodes: 10.90.32.2:20010,10.90.32.2:20012 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
jest:
|
|
|
uris: http://59.61.92.90:20009,http://59.61.92.90:20011
|
|
|
uris: http://10.90.32.2:20009,http://10.90.32.2:20011
|
|
|
wlyy:
|
|
|
url: http://ehr.yihu.com/wlyy/
|
|
|
url: http://www.xmtyw.cn/wlyytest/
|
|
|
appid: 915d0345-5b1d-11e6-8344-fa163e8aee62
|
|
|
appsecret: 915d0345-5b1d-11e6-8344-fa163e8aee62
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122 #服务器地址
|
|
|
fastDFS:
|