mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 15:47:21 +08:00
20 lines
515 B
YAML
20 lines
515 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 40156
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: HTTP Port
|
||
|
labelZh: HTTP 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: secret
|
||
|
edit: true
|
||
|
envKey: JWT_SECRET
|
||
|
labelEn: JWT Secret
|
||
|
labelZh: JWT密码
|
||
|
random: true
|
||
|
required: true
|
||
|
rule: paramComplexity
|
||
|
type: password
|