-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 828 Bytes
/
Copy path.env.example
File metadata and controls
34 lines (27 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# GitLab
GITLAB_URL=https://gitlab.example.com
GITLAB_TOKEN=glpat-xxxxxxxxxxxxxxxxxxxx
GITLAB_WEBHOOK_SECRET=change-me-to-a-random-string
CODEWARD_BOT_USERNAME=codeward-bot
# Database
# SQLite (default)
DATABASE_URL=sqlite+aiosqlite:///./data/codeward.db
# PostgreSQL:
# DATABASE_URL=postgresql+asyncpg://user:pass@localhost:5432/codeward
# MySQL:
# DATABASE_URL=mysql+aiomysql://user:pass@localhost:3306/codeward
# LiteLLM Proxy
LITELLM_URL=http://litellm:4000
# Model API Keys (used by LiteLLM)
OPENROUTER_API_KEY=sk-or-v1-xxxxxxxxxxxx
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
# Redis (optional)
# REDIS_URL=redis://redis:6379/0
# MCP Server (optional — bearer token for MCP clients)
# CODEWARD_MCP_KEY=your-mcp-api-key-here
# Codeward Behavior
CODEWARD_MENTION_PATTERN=@codeward
LOG_LEVEL=INFO
# Agno
AGNO_TELEMETRY=false