修复REDIS_PWD导致的docker镜像无法启动

This commit is contained in:
648540858 2021-11-19 17:21:53 +08:00
parent ee33044ba2
commit 51a6cba404

View File

@ -8,7 +8,7 @@ spring:
# [可选] 数据库 DB
database: ${REDIS_DB:6}
# [可选] 访问密码,若你的redis服务器没有设置密码就不需要用密码去连接
password: ${REDIS_PWD}
password: ${REDIS_PWD:}
# [可选] 超时时间
timeout: 10000
# [可选] jdbc数据库配置, 项目使用sqlite作为数据库一般不需要配置