From 7b3e39473065935570466537a0c4b7139fb3d176 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 3 Mar 2025 12:23:47 +0100 Subject: [PATCH] Update run_with_gunicorn.py --- lightrag/api/run_with_gunicorn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lightrag/api/run_with_gunicorn.py b/lightrag/api/run_with_gunicorn.py index 4e5353bf..231a1727 100644 --- a/lightrag/api/run_with_gunicorn.py +++ b/lightrag/api/run_with_gunicorn.py @@ -12,6 +12,7 @@ from lightrag.kg.shared_storage import initialize_share_data, finalize_share_dat from dotenv import load_dotenv # Updated to use the .env that is inside the current folder +# This update allows the user to put a different.env file for each lightrag folder load_dotenv(".env") def check_and_install_dependencies():