From 9f9e4f8e193e7e09a1615b4980564cbbb193d416 Mon Sep 17 00:00:00 2001 From: liangxu Date: Wed, 20 May 2026 17:05:23 +0800 Subject: [PATCH] feat(object-storage): switch from Aliyun to MinIO for object storage configuration --- deploy/config.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/deploy/config.yaml b/deploy/config.yaml index d206bc0..eedbf96 100644 --- a/deploy/config.yaml +++ b/deploy/config.yaml @@ -151,14 +151,12 @@ qdrant: timeout: 15s object_storage: - provider: aliyun - endpoint: https://oss-cn-shanghai.aliyuncs.com - access_key: LTAI5tAEj8euR8B1gXzMoG84 - secret_key: lJPrKo9ViyHJE8UWIMmMCY0B6Je8v2 - bucket: shengxintui - use_ssl: true + provider: minio + endpoint: minio:9000 + bucket: geo-private + use_ssl: false public_base_url: "" - region: cn-shanghai + region: "" cache: driver: redis