pull/789/head
Zheng Jie 2022-04-19 19:46:33 +08:00
parent 3980933644
commit 6f2c661ffe
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spring:
redis: redis:
#数据库索引 #数据库索引
database: ${REDIS_DB:0} database: ${REDIS_DB:1}
host: ${REDIS_HOST:127.0.0.1} host: ${REDIS_HOST:127.0.0.1}
port: ${REDIS_PORT:6379} port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:} password: ${REDIS_PWD:}