feat: 修改 JumpServer Redis 密码字段 (#298)
This commit is contained in:
parent
4bcf27c51b
commit
6701dc834a
|
|
@ -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