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
|
timeout: 15s
|
||||||
|
|
||||||
object_storage:
|
object_storage:
|
||||||
provider: aliyun
|
provider: minio
|
||||||
endpoint: https://oss-cn-shanghai.aliyuncs.com
|
endpoint: minio:9000
|
||||||
access_key: LTAI5tAEj8euR8B1gXzMoG84
|
bucket: geo-private
|
||||||
secret_key: lJPrKo9ViyHJE8UWIMmMCY0B6Je8v2
|
use_ssl: false
|
||||||
bucket: shengxintui
|
|
||||||
use_ssl: true
|
|
||||||
public_base_url: ""
|
public_base_url: ""
|
||||||
region: cn-shanghai
|
region: ""
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
driver: redis
|
driver: redis
|
||||||
|
|||||||
Reference in New Issue
Block a user