2023-08-04 10:50:49 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
2023-10-18 17:28:28 +08:00
|
|
|
- default: 127.0.0.1
|
|
|
|
envKey: SERVER_ADDRESS
|
|
|
|
labelEn: Server Address
|
|
|
|
labelZh: 服务端IP
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: 7000
|
|
|
|
envKey: SERVER_PORT
|
|
|
|
labelEn: Server 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: 7400
|
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: Dashboard Username
|
|
|
|
labelZh: Dashboard 用户名
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: admin
|
|
|
|
envKey: PASSWORD
|
|
|
|
labelEn: Dashboard Password
|
|
|
|
labelZh: Dashboard 密码
|
|
|
|
required: true
|
|
|
|
random: true
|
|
|
|
rule: paramComplexity
|
|
|
|
type: password
|