refactor(env): optimize env.example
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user