# PD League Frontend Configuration # Copy to .env and update with your values # API Configuration NUXT_PUBLIC_API_URL=http://localhost:8000 NUXT_PUBLIC_WS_URL=http://localhost:8000 # Discord OAuth (public client ID only - safe to expose) NUXT_PUBLIC_DISCORD_CLIENT_ID=your-discord-client-id NUXT_PUBLIC_DISCORD_REDIRECT_URI=http://localhost:3001/auth/callback # Vite Dev Server - Allowed external hosts (comma-separated) # Add your domain here for external access during development NUXT_ALLOWED_HOSTS=localhost,127.0.0.1