# Vite picks this file up automatically when running in `development` # mode (`pnpm dev`, `pnpm test:e2e`). It targets the local-dev stack # brought up by `make -C tools/local-dev up`. Per-developer overrides # live in `.env.development.local` (gitignored by Vite convention). # Gateway public REST + Connect-Web edge listener. VITE_GATEWAY_BASE_URL=http://localhost:8080 # Standard non-URL-safe base64 of the gateway response-signing public # key. Pairs with `tools/local-dev/keys/gateway-response.pem`. The pair # is dev-only — see `tools/local-dev/keys/README.md` before rotating. VITE_GATEWAY_RESPONSE_PUBLIC_KEY=nIG54tCuNiIKrazt8Hh7YxmmU/BhpseGhIIgj164Chw=