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

This commit is contained in:
zhengkunwang 2023-08-03 18:14:12 +08:00 committed by GitHub
parent e899b84062
commit 7aba5b541d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ additionalProperties:
type: service type: service
- default: "" - default: ""
edit: true edit: true
envKey: REDIS_PASS envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Service Password labelEn: Redis Service Password
labelZh: 缓存服务服务密码 labelZh: 缓存服务服务密码
required: true required: true

View File

@ -19,7 +19,7 @@ services:
DB_NAME: ${PANEL_DB_NAME} DB_NAME: ${PANEL_DB_NAME}
REDIS_HOST: ${REDIS_HOST} REDIS_HOST: ${REDIS_HOST}
REDIS_PORT: 6379 REDIS_PORT: 6379
REDIS_PASSWORD: ${REDIS_PASS} REDIS_PASSWORD: ${PANEL_REDIS_ROOT_PASSWORD}
MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT} MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT}
MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT} MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT}
MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT} MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT}