# --------------------------------------------------------------------------- # honeyDue Web — environment variables # --------------------------------------------------------------------------- # Copy to `.env.local` and fill in. `.env*` is gitignored. # honeyDue Go API base URL (client-side, used by the Next.js proxy). NEXT_PUBLIC_API_URL=https://honeyDue.treytartt.com/api # honeyDue Go API base URL (server-side; falls back to NEXT_PUBLIC_API_URL). # API_URL=https://honeyDue.treytartt.com/api # Ory Kratos public API base URL. Identity (login, registration, recovery, # verification, settings, social sign-in) is owned by Kratos. The browser # talks to Kratos self-service flows directly. NEXT_PUBLIC_KRATOS_URL=https://auth.myhoneydue.com # PostHog analytics (optional). # NEXT_PUBLIC_POSTHOG_KEY= # NEXT_PUBLIC_POSTHOG_HOST=https://analytics.88oakapps.com