dmChatbotBackend / .env.example
github-actions
Auto deploy from GitHub
b1198f0
Raw
History Blame Contribute Delete
704 Bytes
OLLAMA_MODEL=llama3.2:latest
DEFAULT_PATIENT_UUID=defaultID
# Provider Selection (openrouter)
MODEL_PROVIDER=openrouter
OPENROUTER_API_KEY=apiKey
OPENROUTER_SECONDARY_API_KEY=secondaryApiKey
OPENROUTER_MODEL_NAME=openai/gpt-oss-20b:free
# Supabase Configuration
SUPABASE_URL=your_project_url
SUPABASE_KEY=your_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key
SUPABASE_JWT_SECRET=your_jwt_secret
# Optional: enable fallback to DEFAULT_PATIENT_UUID when no credentials provided (development only)
DEV_ALLOW_DEFAULT_PATIENT=true
# Optional: default patient id used in dev fallback
DEFAULT_PATIENT_UUID=00000000-0000-0000-0000-000000000000
# Rate limit per minute (integer)
RATE_LIMIT_PER_MINUTE=30