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

- 注释掉本地Redis配置
- 添加生产环境Redis服务器地址43.248.97.19
- 设置Redis端口为16379
- 配置Redis密码为654321
This commit is contained in:
wangzhiwei 2026-02-25 11:41:02 +08:00
parent d8d1a4eaf4
commit d33d567b81
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
common:
# Redis配置
redis:
# host: 127.0.0.1
# port: 6379
host: 43.248.97.19
port: 16379
password: 654321