27 lines
701 B
YAML
27 lines
701 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 30080
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP1
|
||
|
labelEn: HTTP Port
|
||
|
labelZh: HTTP端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 30081
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Console Port
|
||
|
labelZh: 控制台端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 30443
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP2
|
||
|
labelEn: HTTPS Port
|
||
|
labelZh: HTTPS端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|