Commit b3be4e9a authored by LiuLin's avatar LiuLin

fix(jyjc):配置调整

parent 2cd3f9ed
......@@ -14,7 +14,7 @@ eureka.instance.ip-address=172.16.3.17
#redis properties:
spring.redis.database=1
spring.redis.host=172.16.10.210
spring.redis.host= 172.16.10.243
spring.redis.port=16379
spring.redis.password=yeejoin@2020
spring.redis.lettuce.pool.max-active=200
......@@ -26,12 +26,12 @@ redis.cache.failure.time=10800
## ES properties:
elasticsearch.username=elastic
elasticsearch.password=a123456
spring.elasticsearch.rest.uris=http://172.16.10.210:9200
spring.elasticsearch.rest.uris=http://172.16.10.243:9200
## emqx properties:
emqx.clean-session=false
emqx.client-id=${spring.application.name}-${random.int[1024,65536]}
emqx.broker=tcp://36.46.151.113:1883
emqx.broker=tcp://172.16.10.243:1883
emqx.client-user-name=super
emqx.client-password=123456
emqx.keepAliveInterval=1000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment