mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 06:46:55 +08:00
17 lines
428 B
YAML
17 lines
428 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 80
|
||
|
disabled: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: HTTP Port
|
||
|
labelZh: HTTP 端口
|
||
|
required: true
|
||
|
type: number
|
||
|
- default: 443
|
||
|
disabled: true
|
||
|
envKey: PANEL_APP_PORT_HTTPS
|
||
|
labelEn: HTTPS Port
|
||
|
labelZh: HTTPS 端口
|
||
|
required: true
|
||
|
type: number
|