.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_URL
secret
─── Database ───────────────────────────────────────────────
REDIS_URL
secret
─── Redis (Sidekiq + ActionCable) ─────────────────────────
SECRET_KEY_BASE
secret
─── Security ──────────────────────────────────────────────
JWT_SECRET
secret
AGENT_SERVICE_URL
─── Python Agent Service ─────────────────────────────────
OPENAI_MODEL
secret
OPENAI_SUMMARY_MODEL
secret
AGENT_MAX_ITERATIONS
AGENT_MAX_TOOL_CALLS_PER_ITERATION
CORS_ORIGIN
─── CORS / Frontend ──────────────────────────────────────
VITE_WS_URL