2024-03-12 10:36:07 +08:00
|
|
|
additionalProperties:
|
|
|
|
|
formFields:
|
2025-06-15 21:57:00 +08:00
|
|
|
- default: 30049
|
|
|
|
|
edit: true
|
2024-03-12 10:36:07 +08:00
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
|
labelEn: Port
|
|
|
|
|
labelZh: 端口
|
|
|
|
|
required: true
|
|
|
|
|
rule: paramPort
|
|
|
|
|
type: number
|
2025-06-15 21:57:00 +08:00
|
|
|
- default: ""
|
|
|
|
|
edit: true
|
|
|
|
|
envKey: PANEL_DB_USER_PASSWORD
|
|
|
|
|
labelEn: Database Password
|
|
|
|
|
labelZh: 数据库用户密码
|
2024-03-12 10:36:07 +08:00
|
|
|
random: true
|
|
|
|
|
required: true
|
|
|
|
|
rule: paramComplexity
|
2025-06-15 21:57:00 +08:00
|
|
|
type: password
|