mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
18 lines
397 B
YAML
18 lines
397 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40071
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data/mnt
|
|
edit: true
|
|
envKey: MOUNT_PATH
|
|
labelEn: Mount folder path
|
|
labelZh: 挂载文件夹路径
|
|
required: true
|
|
type: text
|