forked from toanpv-0639/claudekit-engineer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1 KB
/
.env.example
File metadata and controls
26 lines (23 loc) · 1 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
# Claude Code Notification Hooks - Environment Variables
# Copy this file to .env and fill in your actual values
# NEVER commit .env files to version control
# ============================================
# Discord Notifications
# ============================================
# Get your webhook URL from Discord:
# Server Settings → Integrations → Webhooks → New Webhook
# Format: https://discord.com/api/webhooks/WEBHOOK_ID/WEBHOOK_TOKEN
DISCORD_WEBHOOK_URL=
# ============================================
# Telegram Notifications
# ============================================
# Get bot token from @BotFather in Telegram
# Send /newbot to @BotFather and follow the prompts
# Format: 123456789:ABCdefGHIjklMNOpqrsTUVwxyz
TELEGRAM_BOT_TOKEN=
# Get chat ID from Telegram
# For DM: Send message to bot, then visit:
# https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates
# For groups: Add bot to group, send message, check same URL
# Format: 987654321 (positive) or -100123456789 (negative for groups)
TELEGRAM_CHAT_ID=