Commit 6fb8e97c by Administrator

Update application.yml

parent 4b6d331d
......@@ -20,9 +20,9 @@ spring:
connection-test-query: select 1 from dual
redis:
database: 3
host: 127.0.0.1
host: 119.96.87.17
port: 6379 #6942
password: 123456
password: techhero
timeout: 10000
lettuce:
pool:
......@@ -31,9 +31,9 @@ spring:
max-active: 5
max-wait: 10000
redisson:
address: redis://127.0.0.1:6379
password: 123456
database: 3
address: redis://119.96.87.17:6379
password: techhero
database: 13
min-idle: 2
pool-size: 8
# rabbitmq:
......
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