# Webhook URLs for notify_me_mcp
# Copy this file to ".env" and replace with your real webhook URLs.
# Configure one or both services as needed.
# Discord webhook URL
DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/REPLACE_ME/REPLACE_ME"
# Slack webhook URL (incoming webhook)
SLACK_WEBHOOK_URL="https://hooks.slack.com/services/REPLACE/ME/REPLACE"
# Optional: custom .env lookup
# NOTIFY_ME_ENV_FILE=""
# NOTIFY_ME_ENV_DIR=""