Milin
commited on
Commit
·
807938b
1
Parent(s):
d98331c
refactor(env): optimize env.example
Browse files- env.example +5 -5
env.example
CHANGED
@@ -175,11 +175,11 @@ QDRANT_URL=http://localhost:16333
|
|
175 |
REDIS_URI=redis://localhost:6379
|
176 |
|
177 |
### For JWT Auth
|
178 |
-
#AUTH_ACCOUNTS='admin:admin123,user1:pass456'
|
179 |
-
#TOKEN_SECRET=Your-Key-For-LightRAG-API-Server
|
180 |
-
#TOKEN_EXPIRE_HOURS=4
|
181 |
-
#GUEST_TOKEN_EXPIRE_HOURS=2
|
182 |
-
#JWT_ALGORITHM=HS256
|
183 |
|
184 |
### API-Key to access LightRAG Server API
|
185 |
# LIGHTRAG_API_KEY=your-secure-api-key-here
|
|
|
175 |
REDIS_URI=redis://localhost:6379
|
176 |
|
177 |
### For JWT Auth
|
178 |
+
# AUTH_ACCOUNTS='admin:admin123,user1:pass456'
|
179 |
+
# TOKEN_SECRET=Your-Key-For-LightRAG-API-Server
|
180 |
+
# TOKEN_EXPIRE_HOURS=4
|
181 |
+
# GUEST_TOKEN_EXPIRE_HOURS=2
|
182 |
+
# JWT_ALGORITHM=HS256
|
183 |
|
184 |
### API-Key to access LightRAG Server API
|
185 |
# LIGHTRAG_API_KEY=your-secure-api-key-here
|