# ───────────────────────────────────────────────────────────────── # BMS Frontend — Environment Variables # Copy this file to .env.local. The defaults below work as-is. # Never commit .env.local to git. # ───────────────────────────────────────────────────────────────── # # Authentication is disabled (demo mode) — see proxy.ts and the README. # There are no auth keys to set. # API path — leave as-is # All /api/backend/* requests are proxied server-side to the FastAPI backend NEXT_PUBLIC_API_URL=/api/backend # Backend internal URL (used by Next.js server-side proxy, not sent to browser) # In Docker: http://backend:8000 # In local dev: http://localhost:8000 BACKEND_INTERNAL_URL=http://backend:8000