# Socket.IO Server Configuration
SOCKET_PORT=3000
LARAVEL_API_URL=http://127.0.0.1:8000/api
# Secret key for Laravel → Socket.IO server communication
SOCKET_SECRET_KEY=location-tracker-socket-secret-2024
