feat(ci): use nginx for minio proxy (#605)

This commit is contained in:
Ryo
2025-08-06 15:42:38 +08:00
committed by GitHub
parent fa0daada8a
commit a179748877
6 changed files with 25 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export LISTEN_ADDR=":8888"
export LOG_LEVEL="debug"
export MAX_REQUEST_BODY_SIZE=1073741824
export SERVER_HOST="localhost${LISTEN_ADDR}"
export MINIO_PROXY_ENDPOINT=":8889"
export MINIO_PROXY_ENDPOINT=""
export USE_SSL="0"
export SSL_CERT_FILE=""
export SSL_KEY_FILE=""