mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 22:21:03 +08:00
14 lines
278 B
YAML
14 lines
278 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "8080"
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Web Port
|
|
labelZh: Web 端口
|
|
label:
|
|
en: Web Port
|
|
zh: Web 端口
|
|
required: true
|
|
type: number
|
|
edit: true
|
|
rule: paramPort
|