mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 18:37:41 +08:00
18 lines
386 B
YAML
18 lines
386 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 4567
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 应用端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: example.com
|
|
envKey: DOMAIN
|
|
labelEn: Allowed_Origins
|
|
labelZh: 绑定域名
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|