mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-11-11 04:26:10 +08:00
fix redis auto install
fix redis password auto-gen and append to local_settings.py
This commit is contained in:
@@ -54,7 +54,7 @@ WEWORK_AGENT_ID = r'修改为自己的'
|
||||
WEWORK_AGNET_SECRET = r'修改为自己的'
|
||||
|
||||
# Redis配置
|
||||
# redis的连接地址,redis://<Ip/Host>:<Port>/<数据库>
|
||||
# redis的连接地址,redis://<Ip/Host>:<Port>
|
||||
REDIS_LOCATION = r'redis://127.0.0.1:6379'
|
||||
REDIS_PASSWORD = r'修改为自己的'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user