example-webhooks.env•1.35 kB
# Example webhook configuration for the Beep/Boop MCP Server
# Copy this to .env or set these environment variables
# Enable notifications
BEEP_BOOP_ENABLE_NOTIFICATIONS=true
# Discord webhook configuration
# Get your webhook URL from Discord: Server Settings → Integrations → Webhooks
# Example: https://discord.com/api/webhooks/123456789012345678/AbCdEfGhIjKlMnOpQrStUvWxYz1234567890
# BEEP_BOOP_DISCORD_WEBHOOK_URL=your_discord_webhook_url_here
# Slack webhook configuration
# Get your webhook URL from Slack: Apps → Incoming Webhooks → Add to Slack
# Example: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
# BEEP_BOOP_SLACK_WEBHOOK_URL=your_slack_webhook_url_here
# Notification service selection
# Options: 'discord', 'slack', 'both'
BEEP_BOOP_NOTIFICATION_SERVICE=both
# Notification settings
BEEP_BOOP_NOTIFICATION_RETRY_ATTEMPTS=3
BEEP_BOOP_NOTIFICATION_TIMEOUT_MS=5000
# Legacy webhook support (for backward compatibility)
# This will be auto-detected as Discord or Slack based on URL format
# BEEP_BOOP_NOTIFICATION_WEBHOOK=your_webhook_url_here
# Basic coordination settings
BEEP_BOOP_DEFAULT_MAX_AGE_HOURS=24
BEEP_BOOP_AUTO_CLEANUP_ENABLED=false
BEEP_BOOP_LOG_LEVEL=info
# Advanced logging (optional)
BEEP_BOOP_AUDIT_LOG_ENABLED=true
BEEP_BOOP_AUDIT_LOG_PATH=./logs/coordination-audit.log