ErikrafT Drop provides extensive configuration options for different deployment scenarios, from local development to production environments. This guide covers all available configuration options.
# Server port (default: 3000)PORT=3000# Server host binding (default: 0.0.0.0)HOST=0.0.0.0# Debug mode for development (default: false)DEBUG_MODE=true# Production modeNODE_ENV=production
# LAN-only mode - restrict to local networksALLOW_LOCAL_ONLY=true# WebSocket fallback for WebRTC failuresWS_FALLBACK=true# Rate limiting for pairing attemptsRATE_LIMIT=true# IPv6 localization (number of segments)IPV6_LOCALIZE=2