# GuruConnect dashboard — environment. # Copy to `.env.local` for local overrides (gitignored via `*.local`). # Base URL for the GuruConnect API. Leave UNSET to use same-origin (the # production default — the dashboard is served by the GC server itself). # # In `npm run dev`, leave this unset too: Vite proxies `/api` and `/ws` to the # local GC server (see vite.config.ts), so same-origin requests just work. # # Set it only to point the dashboard at a *different* host (e.g. a remote # server while developing the UI locally): # VITE_API_URL=https://connect.azcomputerguru.com