mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-06 18:50:34 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
43b9137c49
@ -4,6 +4,9 @@ PANEL_DB_TYPE=mysql
|
||||
# Redis 服务 (前置检查) [必填]
|
||||
PANEL_REDIS_TYPE=redis
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
TOPIAM_CE_ROOT_PATH=/home/topiam
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=1898
|
||||
|
||||
|
@ -33,6 +33,13 @@ additionalProperties:
|
||||
values:
|
||||
- label: Redis
|
||||
value: redis
|
||||
- default: "/home/topiam"
|
||||
edit: true
|
||||
envKey: TOPIAM_CE_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 1898
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
|
@ -4,6 +4,9 @@ PANEL_DB_TYPE=mysql
|
||||
# Redis 服务 (前置检查) [必填]
|
||||
PANEL_REDIS_TYPE=redis
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
TOPIAM_CE_ROOT_PATH=/home/topiam
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=1898
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user