mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-07 17:47:49 +08:00
28 lines
565 B
JSON
28 lines
565 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "text",
|
|
"labelZh": "Root 用户",
|
|
"labelEn": "User",
|
|
"required": true,
|
|
"default": "random",
|
|
"envKey": "MINIO_ROOT_USER"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"labelZh": "密码",
|
|
"labelEn": "Password",
|
|
"required": true,
|
|
"default": "Password@123",
|
|
"envKey": "MINIO_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 9000,
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |