chore(system): 本地环境 Redis 密码配置

在 application-local.yaml 文件中添加 Redis 密码配置,以增强生产环境的安全性。
This commit is contained in:
aikai 2025-06-21 11:41:28 +08:00
parent 390576cb2f
commit 261dc55472

View File

@ -81,7 +81,7 @@ spring:
host: 127.0.0.1 # 地址
port: 6379 # 端口
database: 0 # 数据库索引
# password: yhtkj@2024! # 密码,建议生产环境开启
password: yhtkj@2024! # 密码,建议生产环境开启
--- #################### MQ 消息队列相关配置 ####################