Fix liinting
This commit is contained in:
parent
8e57a925f1
commit
b79fb87dc7
2 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ REDIS_URI=redis://localhost:6379
|
|||
|
||||
### For JWT Auth
|
||||
# AUTH_ACCOUNTS='admin:admin123,user1:pass456'
|
||||
# TOKEN_SECRET=Your-Key-For-LightRAG-API-Server
|
||||
# TOKEN_SECRET=Your-Key-For-LightRAG-API-Server
|
||||
# TOKEN_EXPIRE_HOURS=4
|
||||
|
||||
### API-Key to access LightRAG Server API
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ lightrag-server
|
|||
```
|
||||
lightrag-gunicorn --workers 4
|
||||
```
|
||||
The `.env` file **must be placed in the startup directory**.
|
||||
The `.env` file **must be placed in the startup directory**.
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue