20 lines
450 B
YAML
20 lines
450 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 5244
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: WebUI Port
|
||
|
labelZh: 网页端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
label: WebUI 端口
|
||
|
- default: 5426
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_S3
|
||
|
labelEn: S3 Port
|
||
|
labelZh: S3 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
label: S3 端口
|