fix: add env.example and docs

This commit is contained in:
Anish Sarkar 2026-01-15 21:59:59 +05:30
parent 52f2aac54e
commit 802419502d
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,6 @@ FRONTEND_PORT=3000
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
BACKEND_PORT=8000
@ -29,6 +27,7 @@ ELECTRIC_PORT=5133
POSTGRES_HOST=db
ELECTRIC_DB_USER=electric
ELECTRIC_DB_PASSWORD=electric_password
NEXT_PUBLIC_ELECTRIC_URL=http://localhost:5133
# pgAdmin Configuration
PGADMIN_PORT=5050