feat: 修改minio参数

This commit is contained in:
zhengkunwang223 2022-12-27 16:47:07 +08:00 committed by zhengkunwang223
parent f8409fbfaf
commit 68ffcdd9de
2 changed files with 10 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -2,7 +2,7 @@
"formFields": [
{
"type": "text",
"labelZh": "Root 用户",
"labelZh": "用户",
"labelEn": "User",
"required": true,
"default": "random",
@ -13,7 +13,7 @@
"labelZh": "密码",
"labelEn": "Password",
"required": true,
"default": "Password@123",
"default": "random",
"envKey": "MINIO_ROOT_PASSWORD"
},
{
@ -23,6 +23,14 @@
"required": true,
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP"
},
{
"type": "number",
"labelZh": "API 端口",
"labelEn": "Port",
"required": true,
"default": 9001,
"envKey": "API_ROOT"
}
]
}