mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
fix: update server URL in README and settings for SurfSense plugin
This commit is contained in:
parent
20ce687b6d
commit
1f524660e1
6 changed files with 26 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue