mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-23 22:34:10 +08:00
feat: 修改minio参数
This commit is contained in:
parent
f8409fbfaf
commit
68ffcdd9de
2 changed files with 10 additions and 2 deletions
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue