yangdx
commited on
Commit
·
7b5e918
1
Parent(s):
e483865
Fix liinting
Browse files- env.example +1 -1
- lightrag/api/README.md +1 -1
env.example
CHANGED
@@ -172,7 +172,7 @@ REDIS_URI=redis://localhost:6379
|
|
172 |
|
173 |
### For JWT Auth
|
174 |
# AUTH_ACCOUNTS='admin:admin123,user1:pass456'
|
175 |
-
# TOKEN_SECRET=Your-Key-For-LightRAG-API-Server
|
176 |
# TOKEN_EXPIRE_HOURS=4
|
177 |
|
178 |
### API-Key to access LightRAG Server API
|
|
|
172 |
|
173 |
### For JWT Auth
|
174 |
# AUTH_ACCOUNTS='admin:admin123,user1:pass456'
|
175 |
+
# TOKEN_SECRET=Your-Key-For-LightRAG-API-Server
|
176 |
# TOKEN_EXPIRE_HOURS=4
|
177 |
|
178 |
### API-Key to access LightRAG Server API
|
lightrag/api/README.md
CHANGED
@@ -92,7 +92,7 @@ lightrag-server
|
|
92 |
```
|
93 |
lightrag-gunicorn --workers 4
|
94 |
```
|
95 |
-
The `.env` file **must be placed in the startup directory**.
|
96 |
|
97 |
Upon launching, the LightRAG Server will create a documents directory (default is `./inputs`) and a data directory (default is `./rag_storage`). This allows you to initiate multiple instances of LightRAG Server from different directories, with each instance configured to listen on a distinct network port.
|
98 |
|
|
|
92 |
```
|
93 |
lightrag-gunicorn --workers 4
|
94 |
```
|
95 |
+
The `.env` file **must be placed in the startup directory**.
|
96 |
|
97 |
Upon launching, the LightRAG Server will create a documents directory (default is `./inputs`) and a data directory (default is `./rag_storage`). This allows you to initiate multiple instances of LightRAG Server from different directories, with each instance configured to listen on a distinct network port.
|
98 |
|