mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 21:10:32 +08:00
feat: 修改 JumpServer Redis 密码字段 (#298)
This commit is contained in:
parent
e899b84062
commit
7aba5b541d
@ -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
|
||||||
|
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user