mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user