mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
feat: 修改 JumpServer Redis 密码字段 (#298)
This commit is contained in:
parent
e899b84062
commit
7aba5b541d
@ -83,7 +83,7 @@ additionalProperties:
|
||||
type: service
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Redis Service Password
|
||||
labelZh: 缓存服务服务密码
|
||||
required: true
|
||||
|
@ -19,7 +19,7 @@ services:
|
||||
DB_NAME: ${PANEL_DB_NAME}
|
||||
REDIS_HOST: ${REDIS_HOST}
|
||||
REDIS_PORT: 6379
|
||||
REDIS_PASSWORD: ${REDIS_PASS}
|
||||
REDIS_PASSWORD: ${PANEL_REDIS_ROOT_PASSWORD}
|
||||
MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT}
|
||||
MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT}
|
||||
MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT}
|
||||
|
Loading…
Reference in New Issue
Block a user