mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
fix(config):add auth environment defaults
This commit is contained in:
parent
83fdef2180
commit
4d49d9311c
3 changed files with 42 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue