2023-11-03 15:09:13 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- default: 80
|
2023-11-03 21:55:22 +08:00
|
|
|
edit: true
|
|
|
|
envKey: PANEL_APP_PORT_HTTP_80
|
2023-11-03 15:09:13 +08:00
|
|
|
labelEn: HTTP Port
|
|
|
|
labelZh: HTTP端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: 443
|
2023-11-03 21:55:22 +08:00
|
|
|
edit: true
|
2023-11-03 15:09:13 +08:00
|
|
|
envKey: PANEL_APP_PORT_HTTPS
|
|
|
|
labelEn: HTTPS Port
|
|
|
|
labelZh: HTTPS端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: 40113
|
|
|
|
edit: true
|
2023-11-03 21:55:22 +08:00
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
2023-11-03 15:09:13 +08:00
|
|
|
labelEn: Console Port
|
|
|
|
labelZh: 控制台端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: Asia/Shanghai
|
|
|
|
edit: true
|
|
|
|
envKey: TIME_ZONE
|
|
|
|
labelEn: Time zone
|
|
|
|
labelZh: 时区
|
|
|
|
required: true
|
|
|
|
type: text
|