26 lines
569 B
YAML
26 lines
569 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 30049
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
label:
|
|
en: Port
|
|
zh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ""
|
|
edit: true
|
|
envKey: PANEL_DB_USER_PASSWORD
|
|
labelEn: Database Password
|
|
labelZh: 数据库用户密码
|
|
label:
|
|
en: Database Password
|
|
zh: 数据库用户密码
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|