Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
338 B · 7 lines
12345678# 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