1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 07:16:39 +08:00

feat: 修改 JumpServer Redis 密码字段 (#298)

This commit is contained in:
zhengkunwang 2023-08-03 18:14:12 +08:00 committed by GitHub
parent 4bcf27c51b
commit 6701dc834a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}