config(redis): 更新Redis连接配置

- 修改Redis服务器主机地址从43.248.97.33到43.248.97.19
- 调整Redis端口号从16380更改为16379
- 更换Redis密码认证信息
This commit is contained in:
wangzhiwei 2026-01-29 17:47:06 +08:00
parent a2803359a6
commit fc0a29e944
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
common:
# Redis配置
redis:
host: 43.248.97.33
port: 16380
password: 5Qsd1rTx3S7rKs0A
host: 43.248.97.19
port: 16379
password: 654321
database: 1