# 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 # Only used when actually running the production build (`node build/index.js`, # e.g. behind Nginx Proxy Manager or another reverse proxy) — vite dev/preview # ignore these. See README.md "Deploying behind a reverse proxy". # PORT=3000 # HOST=0.0.0.0 # ORIGIN=https://homefeed.example.com