refactor(env): optimize env.example
This commit is contained in:
parent
4dbd5e3899
commit
787d91cb26
1 changed files with 5 additions and 5 deletions
10
env.example
10
env.example
|
|
@ -175,11 +175,11 @@ QDRANT_URL=http://localhost:16333
|
||||||
REDIS_URI=redis://localhost:6379
|
REDIS_URI=redis://localhost:6379
|
||||||
|
|
||||||
### For JWT Auth
|
### For JWT Auth
|
||||||
#AUTH_ACCOUNTS='admin:admin123,user1:pass456'
|
# 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
|
# TOKEN_EXPIRE_HOURS=4
|
||||||
#GUEST_TOKEN_EXPIRE_HOURS=2
|
# GUEST_TOKEN_EXPIRE_HOURS=2
|
||||||
#JWT_ALGORITHM=HS256
|
# JWT_ALGORITHM=HS256
|
||||||
|
|
||||||
### API-Key to access LightRAG Server API
|
### API-Key to access LightRAG Server API
|
||||||
# LIGHTRAG_API_KEY=your-secure-api-key-here
|
# LIGHTRAG_API_KEY=your-secure-api-key-here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue