# Server PORT=8637 CORS_ORIGINS=http://localhost:3000,http://localhost:5173 STATIC_DIR=../static # Ollama OLLAMA_HOST=https://ollama.com OLLAMA_API_KEY= OLLAMA_MODEL=gpt-oss:120b # Todozi (optional - if provided, server will try to call it via HTTP) TODOZI_URL= TODOZI_TIMEOUT=8000 # Security (optional) JWT_SECRET=change_me # Optional auth for todozi routes (if set, todozi routes require bearer token) # JWT is not strictly required by this server; you can remove it if not needed. # Rate limiting RATE_LIMIT_WINDOW_MS=900000 RATE_LIMIT_MAX=200