mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
feat: 修改minio参数
This commit is contained in:
parent
f8409fbfaf
commit
68ffcdd9de
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
@ -2,7 +2,7 @@
|
|||||||
"formFields": [
|
"formFields": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"labelZh": "Root 用户",
|
"labelZh": "用户",
|
||||||
"labelEn": "User",
|
"labelEn": "User",
|
||||||
"required": true,
|
"required": true,
|
||||||
"default": "random",
|
"default": "random",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"labelZh": "密码",
|
"labelZh": "密码",
|
||||||
"labelEn": "Password",
|
"labelEn": "Password",
|
||||||
"required": true,
|
"required": true,
|
||||||
"default": "Password@123",
|
"default": "random",
|
||||||
"envKey": "MINIO_ROOT_PASSWORD"
|
"envKey": "MINIO_ROOT_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -23,6 +23,14 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"default": 9000,
|
"default": 9000,
|
||||||
"envKey": "PANEL_APP_PORT_HTTP"
|
"envKey": "PANEL_APP_PORT_HTTP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "number",
|
||||||
|
"labelZh": "API 端口",
|
||||||
|
"labelEn": "Port",
|
||||||
|
"required": true,
|
||||||
|
"default": 9001,
|
||||||
|
"envKey": "API_ROOT"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user