2023-08-04 10:50:49 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
2023-08-04 17:02:25 +08:00
|
|
|
- default: 7000
|
2023-10-18 17:28:28 +08:00
|
|
|
envKey: PANEL_APP_PORT_SERVICE
|
|
|
|
labelEn: Service Port
|
|
|
|
labelZh: 服务端口
|
|
|
|
required: true
|
|
|
|
type: number
|
2023-10-19 15:19:39 +08:00
|
|
|
rule: paramPort
|
2023-10-18 17:28:28 +08:00
|
|
|
- default: 7500
|
2023-08-04 17:02:25 +08:00
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
2023-10-18 17:28:28 +08:00
|
|
|
labelEn: Dashboard Port
|
|
|
|
labelZh: Dashboard 端口
|
2023-08-04 10:50:49 +08:00
|
|
|
required: true
|
2023-08-04 17:02:25 +08:00
|
|
|
type: number
|
2023-10-19 15:19:39 +08:00
|
|
|
rule: paramPort
|
2023-10-18 17:28:28 +08:00
|
|
|
- default: admin
|
|
|
|
envKey: USER_NAME
|
|
|
|
labelEn: Username
|
|
|
|
labelZh: 用户名
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: admin
|
|
|
|
envKey: PASSWORD
|
|
|
|
labelEn: Password
|
|
|
|
labelZh: 密码
|
|
|
|
required: true
|
|
|
|
random: true
|
|
|
|
rule: paramComplexity
|
2024-03-27 15:41:53 +08:00
|
|
|
type: password
|