fix: update server URL in README and settings for SurfSense plugin

This commit is contained in:
Anish Sarkar 2026-04-21 10:53:55 +05:30
parent 20ce687b6d
commit 1f524660e1
6 changed files with 26 additions and 6 deletions

View file

@ -1,4 +1,9 @@
NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000
# Server-only. Backend URL behind the /api/v1/* proxy in next.config.ts.
# Falls back to NEXT_PUBLIC_FASTAPI_BACKEND_URL when unset.
BACKEND_PROXY_TARGET=https://your-internal-backend.example.com
NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=LOCAL or GOOGLE
NEXT_PUBLIC_ETL_SERVICE=UNSTRUCTURED or LLAMACLOUD or DOCLING
NEXT_PUBLIC_ZERO_CACHE_URL=http://localhost:4848