Skip to main content

Environment Variables (client)

Create .env.local in client/ with the following variables as needed.

NextAuth

API

Analytics/Telemetry (optional)

Tips

  • Variables prefixed with NEXT_PUBLIC_ are exposed to the browser.
  • Restart the dev server after changing env vars.