-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.dev.vars.example
More file actions
82 lines (62 loc) · 2.52 KB
/
.dev.vars.example
File metadata and controls
82 lines (62 loc) · 2.52 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# ==============================================================================
# AI Provider Configuration
# ==============================================================================
# OpenAI API Key (Required if using OpenAI models directly)
OPENAI_API_KEY=sk-proj-1234567890
# AI Gateway (Preferred)
# Configure your AI Gateway in Cloudflare Dashboard and set the base URL here.
# Example: https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/anthropic
AI_GATEWAY_BASE_URL=
AI_GATEWAY_API_KEY=
# Legacy/Direct Provider Configuration (Fallback if Gateway not used)
ANTHROPIC_API_KEY=
ANTHROPIC_BASE_URL=
# ==============================================================================
# Moltbot / Sandbox Configuration
# ==============================================================================
# Development Mode (Set to 'true' to skip authentication and pairing)
DEV_MODE=true
# Bind Mode for Moltbot ('lan' or 'local')
CLAWDBOT_BIND_MODE=local
# Gateway Token (Optional - mapped to CLAWDBOT_GATEWAY_TOKEN in container)
MOLTBOT_GATEWAY_TOKEN=
# Sandbox Lifecycle
# How long before the sandbox sleeps being idle.
# Options: 'never' (default), '10m', '1h'
SANDBOX_SLEEP_AFTER=never
# Enable Debug Routes (/moltbot/debug/*)
# WARNING: Exposes internal debug endpoints
DEBUG_ROUTES=false
# CDP / Browser Rendering
# Shared secret for securing the CDP endpoint
CDP_SECRET=some-secret-string-change-me
# Public URL of the worker (needed for CDP connection instructions)
WORKER_URL=https://ai.charl.dev
# ==============================================================================
# Channel Integrations
# ==============================================================================
# Telegram
TELEGRAM_BOT_TOKEN=
TELEGRAM_DM_POLICY=pairing
# Discord
DISCORD_BOT_TOKEN=
DISCORD_DM_POLICY=pairing
# Slack
SLACK_BOT_TOKEN=
SLACK_APP_TOKEN=
# WhatsApp
WHATSAPP_TOKEN=
# ==============================================================================
# Security & Access
# ==============================================================================
# Cloudflare Access Configuration (for Admin Routes)
CF_ACCESS_TEAM_DOMAIN=myteam.cloudflareaccess.com
CF_ACCESS_AUD=
# ==============================================================================
# R2 Storage (Moltbot Persistence)
# ==============================================================================
# Credentials for mounting R2 bucket (set via wrangler secret in prod)
# Required for persistent agent state and backups
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
CF_ACCOUNT_ID=