big b oys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user