feat: add django user center auth integration
This commit is contained in:
@@ -13,6 +13,13 @@ RUNTIME_MEMORY_BACKEND=redis
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
RUNTIME_MEMORY_TTL_SECONDS=7200
|
||||
|
||||
# Django user center auth for frontend integration
|
||||
AUTH_VALIDATE_ENABLED=false
|
||||
AUTH_USER_ME_URL=http://192.168.2.76:8000/api/user/users/me/
|
||||
AUTH_TIMEOUT_SECONDS=5
|
||||
AUTH_CACHE_TTL_SECONDS=300
|
||||
AUTH_ALLOW_DEMO_USER_ID=true
|
||||
|
||||
# OpenAI-compatible LLM
|
||||
LLM_BASE_URL=https://api.deepseek.com/chat/completions
|
||||
LLM_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user