Update .env.example with absolute path placeholders
This commit is contained in:
parent
258c7596e6
commit
f6058b79b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue