feat(object-storage): switch from Aliyun to MinIO for object storage configuration
Deployment Config CI / Deployment Config (push) Successful in 10s

This commit is contained in:
2026-05-20 17:05:23 +08:00
parent eda90ea1e4
commit 9f9e4f8e19
+5 -7
View File
@@ -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