mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
feat: fixed docker issues
This commit is contained in:
parent
5714d2c290
commit
b939c79a49
4 changed files with 21 additions and 12 deletions
|
|
@ -11,6 +11,12 @@ NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=LOCAL or GOOGLE (Default: LOCAL)
|
|||
NEXT_PUBLIC_ETL_SERVICE=UNSTRUCTURED or LLAMACLOUD or DOCLING (Default: DOCLING)
|
||||
# Backend Configuration
|
||||
BACKEND_PORT=8000
|
||||
# Auth type for backend login flow (Default: LOCAL)
|
||||
# Set to GOOGLE if using Google OAuth
|
||||
AUTH_TYPE=LOCAL
|
||||
# Frontend URL used by backend for CORS allowed origins and OAuth redirects
|
||||
# Must match the URL your browser uses to access the frontend
|
||||
NEXT_FRONTEND_URL=http://localhost:3000
|
||||
|
||||
# Database Configuration
|
||||
POSTGRES_USER=postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue