Browse Source

redis 连接更新

master
liwenxuan 4 weeks ago
parent
commit
4f1765bf23
  1. 11
      src/main/resources/application-prod.yml

11
src/main/resources/application-prod.yml

@ -72,22 +72,23 @@ spring:
strict: false strict: false
redis: redis:
database: 5 database: 5
host: 127.0.0.1 password: Redis+brngJ3U19@8_Z2^7a
host: 120.224.6.6
lettuce: lettuce:
pool: pool:
max-active: 10 max-active: 10
max-idle: 10 max-idle: 10
max-wait: -1ms max-wait: -1ms
min-idle: 0 min-idle: 0
port: 6379 port: 16471
#password: Redis+brngJ3U19@8_Z2^7a #password: Redis+brngJ3U19@8_Z2^7a
timeout: 10000 timeout: 10000
redisPool: redisPool:
port: 6379 port: 16471
host: 127.0.0.1 host: 120.224.6.6
dbs: 5,14,15 dbs: 5,14,15
password: password: Redis+brngJ3U19@8_Z2^7a
myProps: myProps:
qrcodePrefix: https://wab.hxgk.group/#/form_table/taskListPage? qrcodePrefix: https://wab.hxgk.group/#/form_table/taskListPage?

Loading…
Cancel
Save