big b oys

This commit is contained in:
2026-01-12 21:59:07 -05:00
parent a69d704284
commit cea321d032
3 changed files with 23 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ class Config:
# File upload configuration
UPLOAD_FOLDER = BASE_DIR / "backend" / "static" / "images"
MAX_CONTENT_LENGTH = 5 * 1024 * 1024 # 5MB max file size
MAX_CONTENT_LENGTH = 500 * 1024 * 1024 # 500MB max file size (increased for bulk import/export)
ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
# Audio upload configuration