From 2111e7e32d46ed3e1cc5caef2f987d5c4ae45262 Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Tue, 23 Dec 2025 23:19:44 -0300 Subject: [PATCH] chore: remove unused file upload config, already using S3 with pre-signed URLs --- backend/.env.example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backend/.env.example b/backend/.env.example index c0bcc3c..8011948 100755 --- a/backend/.env.example +++ b/backend/.env.example @@ -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) # =============================================================================