mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-22 19:07:44 +08:00
25 lines
584 B
YAML
25 lines
584 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40276"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "./data/config.yaml"
|
|
disabled: true
|
|
envKey: CONFIG_PATH
|
|
labelEn: Configuration Path
|
|
labelZh: 配置路径
|
|
required: true
|
|
type: text
|
|
- default: "bulma"
|
|
edit: true
|
|
envKey: TEMPLATE_NAME
|
|
labelEn: Template Name
|
|
labelZh: 模板名称
|
|
required: true
|
|
type: text
|