-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (25 loc) · 801 Bytes
/
.env.example
File metadata and controls
33 lines (25 loc) · 801 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
# Required
ANTHROPIC_API_KEY=sk-ant-...
OW_TELEGRAM_TOKEN=123456:ABC-DEF...
# Optional — comma-separated Telegram usernames (empty = reject all)
OW_ALLOWED_USERS=
# Optional — SQLite database path
OW_DB_PATH=./.overwatch/overwatch.db
# Optional — base directory for daemon workspaces
OW_WORKSPACES_DIR=./.overwatch/workspaces
# Optional — log/pid directories
OW_LOG_DIR=./.overwatch/logs
OW_PID_DIR=./.overwatch/pids
# Optional — agent configuration
OW_MODEL=sonnet
OW_MAX_AGENTS=5
OW_AGENT_TIMEOUT_MS=600000
OW_POLL_INTERVAL_MS=2000
OW_IDLE_REAP_GRACE_HOURS=168
OW_LOG_LEVEL=info
# Optional — per-daemon budget cap in USD (0 = unlimited)
OW_BUDGET_CAP_USD=0
# Optional — MCP servers
OW_DB_URL=
# Optional — Gemini API key for nanobanana image generation skill
GEMINI_API_KEY=