hot fix #5 dev day #70

This commit is contained in:
Tomas Dvorak
2025-10-24 23:21:57 +02:00
parent b8839fc1ff
commit 81389c108f
13 changed files with 45 additions and 37 deletions
+2 -2
View File
@@ -54,12 +54,12 @@ NEWSLETTER_ENABLED=true
# File Uploads
UPLOAD_DIR=./uploads
MAX_UPLOAD_SIZE=10485760 # 10MB
MAX_UPLOAD_SIZE=50
ALLOWED_FILE_TYPES=image/jpeg,image/png,image/gif,application/pdf
MAX_FILES=5 # Maximum number of files per upload
# CORS
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080
ALLOWED_ORIGINS=*
# Frontend Configuration
REACT_APP_NAME=Fotbal Club Manager
REACT_APP_API_URL=/api/v1