chore: 优化配置文件

This commit is contained in:
2024-06-03 21:48:23 +08:00
parent c38bdf826c
commit 5b3d4f5778
2 changed files with 2 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ spring.data:
host: ${REDIS_HOST:127.0.0.1}
# 端口(默认 6379
port: ${REDIS_PORT:6379}
# 密码(未设置密码时可为空或注释掉)
# 密码(未设置密码时注释掉)
password: ${REDIS_PWD:123456}
# 数据库索引
database: ${REDIS_DB:0}