2022-12-12 11:50:51 +08:00
|
|
|
{
|
|
|
|
"formFields": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
2022-12-27 16:47:07 +08:00
|
|
|
"labelZh": "用户",
|
2022-12-12 11:50:51 +08:00
|
|
|
"labelEn": "User",
|
|
|
|
"required": true,
|
|
|
|
"default": "random",
|
|
|
|
"envKey": "MINIO_ROOT_USER"
|
|
|
|
},
|
|
|
|
{
|
2022-12-20 23:15:32 +08:00
|
|
|
"type": "password",
|
2022-12-12 11:50:51 +08:00
|
|
|
"labelZh": "密码",
|
|
|
|
"labelEn": "Password",
|
|
|
|
"required": true,
|
2022-12-27 16:47:07 +08:00
|
|
|
"default": "random",
|
2022-12-12 11:50:51 +08:00
|
|
|
"envKey": "MINIO_ROOT_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"labelZh": "端口",
|
|
|
|
"labelEn": "Port",
|
|
|
|
"required": true,
|
|
|
|
"default": 9000,
|
|
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
2022-12-27 16:47:07 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"labelZh": "API 端口",
|
|
|
|
"labelEn": "Port",
|
|
|
|
"required": true,
|
|
|
|
"default": 9001,
|
2022-12-28 18:59:05 +08:00
|
|
|
"envKey": "PORT_API"
|
2022-12-12 11:50:51 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|