mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40319"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "Asia/Shanghai"
|
|
edit: true
|
|
envKey: TIME_ZONE
|
|
labelEn: Time Zone
|
|
labelZh: 时区
|
|
required: true
|
|
type: text
|
|
- default: "./data/config"
|
|
edit: true
|
|
envKey: CONFIG_PATH
|
|
labelEn: Config Path
|
|
labelZh: 配置路径
|
|
required: true
|
|
type: text
|
|
- default: "./data/upload"
|
|
edit: true
|
|
envKey: UPLOAD_PATH
|
|
labelEn: Upload Path
|
|
labelZh: 上传路径
|
|
required: true
|
|
type: text
|
|
- default: "./data/media-1"
|
|
edit: true
|
|
envKey: MEDIA_PATH
|
|
labelEn: Media Path
|
|
labelZh: 媒体路径
|
|
required: true
|
|
type: text
|
|
- default: "/media-1"
|
|
edit: true
|
|
envKey: MEDIA_PATH_INTERNAL
|
|
labelEn: Internal Media Path
|
|
labelZh: 容器内部媒体路径
|
|
required: true
|
|
type: text
|
|
- default: "./data/media-2"
|
|
edit: true
|
|
envKey: MEDIA_PATH_2
|
|
labelEn: Media Path 2
|
|
labelZh: 媒体路径 2
|
|
required: true
|
|
type: text
|
|
- default: "/media-2"
|
|
edit: true
|
|
envKey: MEDIA_PATH_INTERNAL_2
|
|
labelEn: Internal Media Path 2
|
|
labelZh: 容器内部媒体路径 2
|
|
required: true
|
|
type: text
|