chore: remove unused file upload config, already using S3 with pre-signed URLs

This commit is contained in:
Tiago Yamamoto 2025-12-23 23:19:44 -03:00
parent 9f7d8e9ca5
commit 2111e7e32d

View file

@ -26,10 +26,6 @@ API_HOST=localhost:8521
# CORS Origins (comma-separated)
CORS_ORIGINS=http://localhost:3000,http://localhost:8963
# File Upload
MAX_UPLOAD_SIZE=10485760
UPLOAD_DIR=./uploads
# =============================================================================
# Cloudflare API (for cache management)
# =============================================================================