17 lines
442 B
YAML
17 lines
442 B
YAML
|
additionalProperties: #固定参数
|
||
|
formFields:
|
||
|
- default: 5140
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Port
|
||
|
labelZh: 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: Asia/Shanghai
|
||
|
edit: true
|
||
|
envKey: TIME_ZONE
|
||
|
labelEn: Time zone
|
||
|
labelZh: 时区
|
||
|
required: true
|
||
|
type: text
|