From f6058b79b643e8d52386f435b6d9bf4830d06038 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 14 Feb 2025 13:26:19 +0800 Subject: [PATCH] Update .env.example with absolute path placeholders --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4b64ecb4..022bd63d 100644 --- a/.env.example +++ b/.env.example @@ -12,8 +12,8 @@ # LIGHTRAG_API_KEY=your-secure-api-key-here ### Directory Configuration -# WORKING_DIR=./rag_storage -# INPUT_DIR=./inputs +# WORKING_DIR= +# INPUT_DIR= ### Logging level LOG_LEVEL=INFO