yangdx
commited on
Commit
·
c957306
1
Parent(s):
989a2b6
Update .env.example with absolute path placeholders
Browse files- .env.example +2 -2
.env.example
CHANGED
@@ -12,8 +12,8 @@
|
|
12 |
# LIGHTRAG_API_KEY=your-secure-api-key-here
|
13 |
|
14 |
### Directory Configuration
|
15 |
-
# WORKING_DIR
|
16 |
-
# INPUT_DIR
|
17 |
|
18 |
### Logging level
|
19 |
LOG_LEVEL=INFO
|
|
|
12 |
# LIGHTRAG_API_KEY=your-secure-api-key-here
|
13 |
|
14 |
### Directory Configuration
|
15 |
+
# WORKING_DIR=<absolute_path_for_working_dir>
|
16 |
+
# INPUT_DIR=<absolute_path_for_doc_input_dir>
|
17 |
|
18 |
### Logging level
|
19 |
LOG_LEVEL=INFO
|