# Vite reads any variable prefixed with `VITE_` and exposes it on # `import.meta.env`. Copy this file to `.env.local` (gitignored) and # fill in the values before running `pnpm run dev` or `pnpm exec # playwright test` against a real gateway. # Base URL of the gateway public REST surface and Connect-Web edge # listener. Both surfaces share the same host and port. Defaults to # the local dev address used by `tools/local-ci` and the Go-side # integration suite. VITE_GATEWAY_BASE_URL=http://localhost:8080 # Standard (non-URL-safe) base64 of the gateway's raw 32-byte # Ed25519 response-signing public key. Required only for # authenticated unary calls; unauthenticated routes (`/login`) # work without it. For local dev, take the value the gateway # integration container exports as `ResponseSignerPublic` (see # `integration/testenv/gateway.go`). VITE_GATEWAY_RESPONSE_PUBLIC_KEY=