chore(system): 本地环境 Redis 密码配置
在 application-local.yaml 文件中添加 Redis 密码配置,以增强生产环境的安全性。
This commit is contained in:
parent
390576cb2f
commit
261dc55472
@ -81,7 +81,7 @@ spring:
|
|||||||
host: 127.0.0.1 # 地址
|
host: 127.0.0.1 # 地址
|
||||||
port: 6379 # 端口
|
port: 6379 # 端口
|
||||||
database: 0 # 数据库索引
|
database: 0 # 数据库索引
|
||||||
# password: yhtkj@2024! # 密码,建议生产环境开启
|
password: yhtkj@2024! # 密码,建议生产环境开启
|
||||||
|
|
||||||
--- #################### MQ 消息队列相关配置 ####################
|
--- #################### MQ 消息队列相关配置 ####################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user