-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 856 Bytes
/
.env.example
File metadata and controls
26 lines (23 loc) · 856 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
# ===========================================
# Bender - Environment Variables
# ===========================================
# Copy this file to .env and fill in the values:
# cp .env.example .env
# -------------------------------------------
# Required: Slack
# -------------------------------------------
SLACK_BOT_TOKEN=xoxb-your-bot-token
SLACK_APP_TOKEN=xapp-your-app-token
# -------------------------------------------
# Required: Claude Code authentication
# Provide at least one of the following:
# -------------------------------------------
ANTHROPIC_API_KEY=sk-ant-your-api-key
# CLAUDE_CODE_OAUTH_TOKEN=your-oauth-token
# -------------------------------------------
# Optional: Bender settings
# -------------------------------------------
BENDER_WORKSPACE=/workspace
BENDER_API_PORT=8080
BENDER_API_KEY=your-secret-api-key
LOG_LEVEL=info