fix(infra): support configuring the HTTP schema of storage upload in … (#450)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user