feat(object-storage): switch from Aliyun to MinIO for object storage configuration
Deployment Config CI / Deployment Config (push) Successful in 10s
Deployment Config CI / Deployment Config (push) Successful in 10s
This commit is contained in:
+5
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user