From 3cef7ef87cc5aa7c21977ecceb6f3cdeba122f29 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:33:01 +0530 Subject: [PATCH] chore: update comments in .env.example --- surfsense_web/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surfsense_web/.env.example b/surfsense_web/.env.example index d390a0cb7..9cb01786e 100644 --- a/surfsense_web/.env.example +++ b/surfsense_web/.env.example @@ -6,8 +6,8 @@ NEXT_PUBLIC_ETL_SERVICE=UNSTRUCTURED or LLAMACLOUD or DOCLING NEXT_PUBLIC_ELECTRIC_URL=http://localhost:5133 NEXT_PUBLIC_ELECTRIC_AUTH_MODE=insecure -# Contact Form Vars - OPTIONAL +# Contact Form Vars (optional) DATABASE_URL=postgresql://postgres:[YOUR-PASSWORD]@db.sdsf.supabase.co:5432/postgres -# Obsidian flag for cloud version (optional) +# Deployment mode (optional) NEXT_PUBLIC_DEPLOYMENT_MODE="self-hosted" or "cloud" \ No newline at end of file