fix(infra): support configuring the HTTP schema of storage upload in … (#450)

This commit is contained in:
junwen-lee
2025-08-01 12:16:57 +08:00
committed by GitHub
parent 6f305e33aa
commit 568819b8e5
6 changed files with 17 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ export REDIS_PASSWORD=""
# if imagex, you must finish the configuration of <VolcEngine ImageX>
export FILE_UPLOAD_COMPONENT_TYPE="storage"
# VolcEngine ImageX
export VE_IMAGEX_AK=""
export VE_IMAGEX_SK=""
@@ -40,6 +41,7 @@ export VE_IMAGEX_UPLOAD_HOST="https://imagex.volcengineapi.com"
# Storage component
export STORAGE_TYPE="minio" # minio / tos / s3
export STORAGE_UPLOAD_HTTP_SCHEME="http" # http / https. If coze studio website is https, you must set it to https
export STORAGE_BUCKET="opencoze"
# MiniIO
export MINIO_ROOT_USER=minioadmin