2023-05-18 18:25:00 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- default: minio
|
2023-12-08 15:30:22 +08:00
|
|
|
envKey: PANEL_MINIO_ROOT_USER
|
2023-05-18 18:25:00 +08:00
|
|
|
labelEn: User
|
|
|
|
labelZh: 用户
|
|
|
|
random: true
|
|
|
|
required: true
|
|
|
|
rule: paramCommon
|
|
|
|
type: text
|
|
|
|
- default: minio
|
2023-12-08 15:30:22 +08:00
|
|
|
envKey: PANEL_MINIO_ROOT_PASSWORD
|
2023-05-18 18:25:00 +08:00
|
|
|
labelEn: Password
|
|
|
|
labelZh: 密码
|
|
|
|
random: true
|
|
|
|
required: true
|
|
|
|
rule: paramComplexity
|
|
|
|
type: password
|
|
|
|
- default: 9000
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
labelEn: Port
|
|
|
|
labelZh: 端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: 9001
|
2023-10-23 14:50:29 +08:00
|
|
|
envKey: PANEL_APP_PORT_API
|
2023-05-18 18:25:00 +08:00
|
|
|
labelEn: Port
|
|
|
|
labelZh: API 端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|