|
@ -62,8 +62,8 @@ spring:
|
|
|
broker-url: tcp://172.19.103.87:61616
|
|
|
user: admin
|
|
|
password: admin
|
|
|
zipkin:
|
|
|
base-url: http://localhost:9411 #日志追踪的地址
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.19.103.54:80/
|
|
|
|
|
@ -86,31 +86,31 @@ spring:
|
|
|
broker-url: tcp://172.19.103.87:61616
|
|
|
user: admin
|
|
|
password: admin
|
|
|
zipkin:
|
|
|
base-url: http://localhost:9411 #日志追踪的地址
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.19.103.54:80/
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
|
profiles: prod
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
url: jdbc:mysql://59.61.92.90:9069/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
elasticsearch:
|
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
cluster-nodes: 59.61.92.90:9066,59.61.92.90:9068 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
client-transport-sniff: false
|
|
|
jest:
|
|
|
uris: http://172.19.103.45:9200,http://172.19.103.68:9200
|
|
|
uris: http://59.61.92.90:9065,http://59.61.92.90:9067
|
|
|
connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
activemq:
|
|
|
broker-url: tcp://172.19.103.87:61616
|
|
|
user: admin
|
|
|
password: admin
|
|
|
zipkin:
|
|
|
base-url: http://localhost:9411 #日志追踪的地址
|
|
|
broker-url: tcp://59.61.92.90:9103
|
|
|
user: jkzl
|
|
|
password: jkzlehr
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.19.103.54:80/
|