# URL of the Streamplace Go backend. Used for OAuth client metadata, # PDS resolution, and as the API base. If unset, the web app uses # window.location.origin (which works in production when the Go # binary serves the SPA as static assets). # # For local dev against the standard Go port: # VITE_STREAMPLACE_URL=http://127.0.0.1:38080