style(yudao-module-system-biz): 调整 Redis 配置参数格式
- 移除了 Redis 配置中的 database 和 password 参数后的换行符 -保持了其他配置参数的格式不变
This commit is contained in:
parent
458af951cb
commit
6a6f6ed005
|
@ -69,8 +69,8 @@ spring:
|
||||||
redis:
|
redis:
|
||||||
host: 192.168.1.103 # 地址
|
host: 192.168.1.103 # 地址
|
||||||
port: 6379 # 端口
|
port: 6379 # 端口
|
||||||
database: 1 # 数据库索引
|
database: 1 # 数据库索引
|
||||||
password: redis_r2GyW5 # 密码,建议生产环境开启
|
password: redis_r2GyW5 # 密码,建议生产环境开启
|
||||||
|
|
||||||
--- #################### MQ 消息队列相关配置 ####################
|
--- #################### MQ 消息队列相关配置 ####################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue