2023-02-06 15:53:30 +08:00
|
|
|
{
|
|
|
|
"formFields": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"labelZh": "用户",
|
|
|
|
"labelEn": "User",
|
|
|
|
"required": true,
|
2023-03-01 17:35:36 +08:00
|
|
|
"default": "minio",
|
|
|
|
"random": true,
|
|
|
|
"rule": "paramCommon",
|
2023-02-06 15:53:30 +08:00
|
|
|
"envKey": "MINIO_ROOT_USER"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "password",
|
|
|
|
"labelZh": "密码",
|
|
|
|
"labelEn": "Password",
|
|
|
|
"required": true,
|
2023-03-01 17:35:36 +08:00
|
|
|
"default": "minio",
|
|
|
|
"random": true,
|
|
|
|
"rule": "paramComplexity",
|
2023-02-06 15:53:30 +08:00
|
|
|
"envKey": "MINIO_ROOT_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"labelZh": "端口",
|
|
|
|
"labelEn": "Port",
|
|
|
|
"required": true,
|
|
|
|
"default": 9000,
|
2023-03-01 17:35:36 +08:00
|
|
|
"rule": "paramPort",
|
2023-02-06 15:53:30 +08:00
|
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"labelZh": "API 端口",
|
|
|
|
"labelEn": "Port",
|
|
|
|
"required": true,
|
|
|
|
"default": 9001,
|
2023-03-01 17:35:36 +08:00
|
|
|
"rule": "paramPort",
|
2023-02-06 15:53:30 +08:00
|
|
|
"envKey": "PORT_API"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|