Commit aa705f5c by Administrator

Update application.yml

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