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

pull/243/head
648540858 2021-11-19 17:21:53 +08:00
parent 01322572bb
commit 96d9a77dbe
1 changed files with 1 additions and 1 deletions

View File

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