mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
18 lines
423 B
YAML
18 lines
423 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40281"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "./data/glance.yml"
|
|
disabled: true
|
|
envKey: GLANCE_CONFIG_PATH
|
|
labelEn: Glance Configuration Path
|
|
labelZh: Glance 配置文件路径
|
|
required: true
|
|
type: text
|