Update .env.example with absolute path placeholders

This commit is contained in:
yangdx 2025-02-14 13:26:19 +08:00
parent 258c7596e6
commit f6058b79b6

View File

@ -12,8 +12,8 @@
# LIGHTRAG_API_KEY=your-secure-api-key-here
### Directory Configuration
# WORKING_DIR=./rag_storage
# INPUT_DIR=./inputs
# WORKING_DIR=<absolute_path_for_working_dir>
# INPUT_DIR=<absolute_path_for_doc_input_dir>
### Logging level
LOG_LEVEL=INFO