# Where the frontend talks to the backend (real or mock). Also settable at runtime # via the connection setup screen, which saves to this browser's localStorage and # takes priority over this build-time value — see src/lib/config.ts. VITE_BACKEND_URL=http://localhost:4000 # The admin panel (cog icon in the masthead, and the /admin/* pages themselves) is # disabled by default on every deployment. Set this to "true" to turn it on for a # given deployment. This only controls whether the admin UI renders at all — the # backend's per-launch API key (printed to its console on startup) is what actually # protects every /api/admin/* request regardless of this setting. ADMIN_PANEL_ENABLED=false