fix(labrinth): use a proper CDN_URL for local deployments (#3791)

This commit is contained in:
Alejandro González
2025-06-15 17:19:56 +02:00
committed by GitHub
parent 31381c860b
commit b9ba3cd3e8
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ RUST_LOG=info,sqlx::query=warn
SENTRY_DSN=none
SITE_URL=http://localhost:3000
CDN_URL=https://staging-cdn.modrinth.com
# This CDN URL matches the local storage backend set below, which uses MOCK_FILE_PATH
CDN_URL=file:///tmp/modrinth
LABRINTH_ADMIN_KEY=feedbeef
RATE_LIMIT_IGNORE_KEY=feedbeef
@@ -25,7 +26,6 @@ PUBLIC_DISCORD_WEBHOOK=
CLOUDFLARE_INTEGRATION=false
STORAGE_BACKEND=local
MOCK_FILE_PATH=/tmp/modrinth
BACKBLAZE_KEY_ID=none