

# Server Configuration
PORT=3000

# Base URL for generating public image URLs
# Production: http://api.veloralive.xyz
# Development: http://localhost:3000
BASE_URL=https://api.veloralive.xyz

# Upload paths (relative to project root)
UPLOAD_PATH=public/uploads
TEMP_PATH=temp

# Maximum file size in bytes (10MB)
MAX_FILE_SIZE=10485760

# Allowed MIME types (comma-separated or * for all)
ALLOWED_MIME_TYPES=*
