Browse Source

内网redis密码

dev
liwenxuan 1 year ago
parent
commit
e75528d8dc
  1. 3
      src/main/resources/application-prod.yml

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

@ -99,7 +99,7 @@ spring:
strict: false
redis:
database: 5
host: 127.0.0.1
host: 172.20.5.57
lettuce:
pool:
max-active: 10
@ -107,4 +107,5 @@ spring:
max-wait: -1ms
min-idle: 0
port: 6379
password: Redis+brngJ3U19@8_Z2^7a
timeout: 10000

Loading…
Cancel
Save