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