Commit 0ca4bff6 by Administrator

Update application.yml

parent 1fe6b428
...@@ -32,6 +32,9 @@ spring: ...@@ -32,6 +32,9 @@ spring:
min-idle: 1 min-idle: 1
max-active: 5 max-active: 5
max-wait: 10000 max-wait: 10000
redisson:
address: "redis://${spring.redis.host}:${spring.redis.port}"
password: "${spring.redis.password}"
rabbitmq: rabbitmq:
host: 47.104.251.199 host: 47.104.251.199
port: 6943 port: 6943
......
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