mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
18 lines
440 B
YAML
18 lines
440 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40235
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port (determined by the configuration file)
|
|
labelZh: 端口 (由配置文件决定)
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "./data"
|
|
disabled: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data Directory
|
|
labelZh: 数据目录
|
|
required: true
|
|
type: text
|