From 14dd57815ee6895f2a309c472610185b6222b1da Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Sun, 19 Oct 2025 23:25:23 +0200 Subject: [PATCH] remove github repo & owner env variables --- surfsense_web/.env.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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