From 63681c3a91063126b1ba15f3f75f716af0423832 Mon Sep 17 00:00:00 2001 From: qhd <1766646056@qq.com> Date: Wed, 18 Mar 2026 13:33:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20MinIO=20=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E5=87=AD=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 953789f..f7188e0 100644 --- a/config.yml +++ b/config.yml @@ -64,8 +64,8 @@ jaeger: #链路追踪 # MinIO 连接配置 minio: endpoint: "116.204.74.41:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 - accessKey: "rag_flow" # 访问密钥(本地默认) - secretKey: "infini_rag_flow" # 秘密密钥(本地默认) + accessKey: "admin" # 访问密钥(本地默认) + secretKey: "12345678" # 秘密密钥(本地默认) secure: false # 本地 MinIO 关闭 SSL(生产按需改为 true) region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1)