-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 2.28 KB
/
Copy path.env.example
File metadata and controls
38 lines (32 loc) · 2.28 KB
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
35
36
37
38
# ── GitHub Bot ───────────────────────────────────────────────────────────────
# Recommended fine-grained PAT:
# Metadata (read), Contents (read/write), Issues (read/write),
# Pull requests (read/write).
# If RepoReaper should patch files under .github/workflows, also grant
# Workflows (read/write).
BOT_GITHUB_TOKEN=github_pat_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
BOT_GITHUB_USER=your-bot-username
BOT_GITHUB_EMAIL=bot@yourdomain.com
# ── Global AI API Key ─────────────────────────────────────────────────────────
PROVIDER_API_KEY=sk-ant-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# ── Optional app auth ─────────────────────────────────────────────────────────
# REAPER_API_KEY_HASH=
# REAPER_SERVICE_TOKEN_HASH=
# ── Ollama (optional) ─────────────────────────────────────────────────────────
OLLAMA_BASE_URL=http://localhost:11434
# ── Hunt Settings ─────────────────────────────────────────────────────────────
COST_BUDGET_USD=0
MIN_REVIEW_CONFIDENCE=40
RETRY_COUNT=3
REAPER_ENABLE_UNTRUSTED_TESTS=false
# REAPER_TEST_SANDBOX=docker
# REAPER_ALLOW_HOST_TESTS=false
# REAPER_TEST_TIMEOUT_SECONDS=600
# ── Webhook ───────────────────────────────────────────────────────────────────
WEBHOOK_SECRET=your-webhook-secret
# PATCHHIVE_REPO_MEMORY_URL=http://localhost:8030
# PATCHHIVE_REPO_MEMORY_API_KEY=
# ── Storage ───────────────────────────────────────────────────────────────────
REAPER_DB_PATH=repo-reaper.db
REAPER_WORK_DIR=/tmp/repo-reaper
REAPER_PORT=8000