-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.04 KB
/
.env.example
File metadata and controls
31 lines (26 loc) · 1.04 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
# Minimal local setup for PostHog + CLI.
OPENROUTER_API_KEY="sk-or-..."
TELEGRAM_BOT_TOKEN="your-telegram-bot-token"
TELEGRAM_BOT_USERNAME="your-bot-username"
POSTHOG_API_KEY="phx_..."
POSTHOG_PROJECT_TOKEN="phc_..."
POSTHOG_CLAW_POSTHOG_HOST="https://us.posthog.com"
POSTHOG_PROJECT_ID="your-project-id"
POSTHOG_CLAW_INSTANCE_ID="personal-instance"
POSTHOG_CLAW_APP_NAME="clog"
PORT=6900
POSTHOG_CLAW_EXECUTION_MODE="propose"
POSTHOG_CLAW_CHANNELS="cli"
POSTHOG_CLAW_CHAT_NOTIFY=true
POSTHOG_CLAW_SHELL_EXECUTE=false
POSTHOG_CLAW_POSTHOG_READ_INSIGHTS=true
POSTHOG_CLAW_POSTHOG_READ_ERRORS=true
POSTHOG_CLAW_POSTHOG_MANAGE_ENDPOINTS=true
POSTHOG_CLAW_POSTHOG_ERROR_LOOKBACK_MINUTES=30
POSTHOG_CLAW_POSTHOG_ERROR_SPIKE_THRESHOLD=10
POSTHOG_CLAW_POSTHOG_ERROR_SPIKE_MULTIPLIER=2
POSTHOG_CLAW_POSTHOG_CRITICAL_ERROR_THRESHOLD=25
NOTION_SECRET="secret_..."
POSTHOG_CLAW_NOTION_READ_TODO=true
POSTHOG_CLAW_NOTION_TODO_TITLE="Pre Beta To Do"
POSTHOG_CLAW_NOTION_TODO_URL="https://www.notion.so/328c8cf71c9380f9b76ceb404f7dc52f?v=328c8cf71c9380fc8511000c7f3398df"