mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-22 10:57:39 +08:00
26 lines
600 B
YAML
26 lines
600 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40239
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_CONSOLE
|
|
labelEn: Console Port
|
|
labelZh: 控制台端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 443
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTPS
|
|
labelEn: HTTPS Port
|
|
labelZh: HTTPS 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 1194
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_UDP
|
|
labelEn: UDP Port
|
|
labelZh: UDP 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number |