mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-14 02:20:30 +08:00
19 lines
445 B
YAML
Executable File
19 lines
445 B
YAML
Executable File
additionalProperties:
|
|
formFields:
|
|
- default: 40076
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data folder path
|
|
labelZh: 数据文件夹路径
|
|
required: true
|
|
type: text
|
|
|