mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
18 lines
373 B
YAML
18 lines
373 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "9876"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "./data"
|
|
disabled: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data Path
|
|
labelZh: 数据路径
|
|
required: true
|
|
type: text
|