# Foxhunt Web Dashboard Environment Variables # Copy to .env for local development # API base URL (production: set to gateway URL, dev: uses Vite proxy) # VITE_API_URL=https://gateway.example.com/api # WebSocket URL (production: set explicitly, dev: uses Vite proxy) # VITE_WS_URL=wss://gateway.example.com/api/ws