From 71a1c5b8f20153b6a63e577b260d89e82b5d31b2 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Wed, 15 May 2024 18:43:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20MinIO=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/minio/2024-04-06/data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/minio/2024-04-06/data.yml b/apps/minio/2024-04-06/data.yml index 53ad6ad55..38061b137 100644 --- a/apps/minio/2024-04-06/data.yml +++ b/apps/minio/2024-04-06/data.yml @@ -16,14 +16,14 @@ additionalProperties: required: true rule: paramComplexity type: password - - default: 9000 + - default: 9001 envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 required: true rule: paramPort type: number - - default: 9001 + - default: 9000 envKey: PANEL_APP_PORT_API labelEn: Port labelZh: API 端口