chore: remove unused file upload config, already using S3 with pre-signed URLs
This commit is contained in:
parent
9f7d8e9ca5
commit
2111e7e32d
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue