Commit aa705f5c by Administrator

Update application.yml

parent cba67f87
......@@ -16,18 +16,18 @@ spring:
minimum-idle: 1
maximum-pool-size: 5
connection-test-query: select 1 #select 1 from dual
redis:
host: 119.96.87.17 #47.104.251.199
port: 6379 #6942
password: techhero #ENC(08db934a254e34b5366ff337b81532ec)
database: 8
timeout: 10000
lettuce:
pool:
max-idle: 4
min-idle: 1
max-active: 5
max-wait: 10000
#redis:
# host: 119.96.87.17 #47.104.251.199
#port: 6379 #6942
#password: techhero #ENC(08db934a254e34b5366ff337b81532ec)
#database: 8
#timeout: 10000
#lettuce:
# pool:
# max-idle: 4
# min-idle: 1
#max-active: 5
#max-wait: 10000
rabbitmq:
host: 47.104.251.199
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