From 4fd380af42a2b8e4d96f3543a4fd2f35bd90122d Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 14 Jan 2026 02:01:41 +0530 Subject: [PATCH] fix: the env.example for docker --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index b1be8d4be..268a453a1 100644 --- a/.env.example +++ b/.env.example @@ -6,9 +6,9 @@ FLOWER_PORT=5555 # Frontend Configuration FRONTEND_PORT=3000 -NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000 -NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=LOCAL -NEXT_PUBLIC_ETL_SERVICE=DOCLING +NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000 (Default: http://localhost:8000) +NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=LOCAL or GOOGLE (Default: LOCAL) +NEXT_PUBLIC_ETL_SERVICE=UNSTRUCTURED or LLAMACLOUD or DOCLING (Default: DOCLING) NEXT_PUBLIC_ELECTRIC_URL=http://localhost:5133 # Backend Configuration