mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
fix: add missing default setup env variables
This commit is contained in:
parent
2b018c4474
commit
d931c13604
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# Optional packaged-client override. Leave unset in Docker so browser requests
|
# Optional packaged-client override. Leave unset in Docker so browser requests
|
||||||
# use same-origin relative URLs behind Caddy. Set it for packaged clients
|
# use same-origin relative URLs behind Caddy. Set it for packaged clients
|
||||||
# (e.g. Electron) or local dev that talks to a separate backend origin.
|
# (e.g. Electron) or local dev that talks to a separate backend origin.
|
||||||
# NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000
|
NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000
|
||||||
|
|
||||||
# Server-only. Internal backend URL used by Next.js server code (RSC / route
|
# Server-only. Internal backend URL used by Next.js server code (RSC / route
|
||||||
# handlers). Cannot be a relative URL.
|
# handlers). Cannot be a relative URL.
|
||||||
|
|
@ -40,7 +40,7 @@ NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
|
||||||
# Zero cache (real-time sync). Leave unset in Docker to use the same-origin
|
# Zero cache (real-time sync). Leave unset in Docker to use the same-origin
|
||||||
# "/zero" endpoint behind Caddy. Set it for local dev or packaged clients.
|
# "/zero" endpoint behind Caddy. Set it for local dev or packaged clients.
|
||||||
# ─────────────────────────────────────────────────────────────────────────────
|
# ─────────────────────────────────────────────────────────────────────────────
|
||||||
# NEXT_PUBLIC_ZERO_CACHE_URL=http://localhost:4848
|
NEXT_PUBLIC_ZERO_CACHE_URL=http://localhost:4848
|
||||||
# Server-only shared secret that authorizes zero-cache when it calls
|
# Server-only shared secret that authorizes zero-cache when it calls
|
||||||
# /api/zero/query. Leave unset during the compatibility rollout, then set it
|
# /api/zero/query. Leave unset during the compatibility rollout, then set it
|
||||||
# once every zero-cache instance sends X-Api-Key.
|
# once every zero-cache instance sends X-Api-Key.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue