fix(config):add auth environment defaults

This commit is contained in:
Anish Sarkar 2026-06-23 12:48:23 +05:30
parent 83fdef2180
commit 4d49d9311c
3 changed files with 42 additions and 3 deletions

View file

@ -48,6 +48,10 @@ NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
# "/zero" endpoint behind Caddy. Set it for local dev or packaged clients.
# ─────────────────────────────────────────────────────────────────────────────
# NEXT_PUBLIC_ZERO_CACHE_URL=http://localhost:4848
# Server-only shared secret that authorizes zero-cache when it calls
# /api/zero/query. Leave unset during the compatibility rollout, then set it
# once every zero-cache instance sends X-Api-Key.
# ZERO_QUERY_API_KEY=
# ─────────────────────────────────────────────────────────────────────────────
# Cloudflare Turnstile CAPTCHA for anonymous chat abuse prevention