Change default token expire hour

This commit is contained in:
yangdx
2025-04-04 21:26:55 +08:00
parent 95630aa669
commit 27d478385d
2 changed files with 4 additions and 4 deletions

View File

@@ -166,8 +166,8 @@ REDIS_URI=redis://localhost:6379
### For JWT Auth
# AUTH_ACCOUNTS='admin:admin123,user1:pass456'
# TOKEN_SECRET=Your-Key-For-LightRAG-API-Server
# TOKEN_EXPIRE_HOURS=4
# GUEST_TOKEN_EXPIRE_HOURS=2
# TOKEN_EXPIRE_HOURS=48
# GUEST_TOKEN_EXPIRE_HOURS=24
# JWT_ALGORITHM=HS256
### API-Key to access LightRAG Server API