diff --git a/surfsense_web/.env.example b/surfsense_web/.env.example index b6936baf3..157bfaa37 100644 --- a/surfsense_web/.env.example +++ b/surfsense_web/.env.example @@ -2,6 +2,4 @@ NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000 NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=LOCAL or GOOGLE NEXT_PUBLIC_ETL_SERVICE=UNSTRUCTURED or LLAMACLOUD or DOCLING # Contact Form Vars - OPTIONAL -DATABASE_URL=postgresql://postgres:[YOUR-PASSWORD]@db.sdsf.supabase.co:5432/postgres -NEXT_PUBLIC_GITHUB_REPO=SurfSense -NEXT_PUBLIC_GITHUB_OWNER=MODSetter \ No newline at end of file +DATABASE_URL=postgresql://postgres:[YOUR-PASSWORD]@db.sdsf.supabase.co:5432/postgres \ No newline at end of file