Commit c2a6ff02 by Administrator

Update application.yml

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