# Slack Configuration # Copy this file to .env and replace the placeholder values with your actual tokens # Slack Bot/User OAuth Token # Get this from https://api.slack.com/apps -> Your App -> OAuth & Permissions # Bot tokens start with 'xoxb-', User tokens start with 'xoxp-' SLACK_BOT_TOKEN=xoxb-your-bot-token-here # Slack Channel ID # Find this by right-clicking on a channel in Slack -> View channel details # Channel IDs start with 'C' (public channels), 'D' (direct messages), or 'G' (private channels) SLACK_CHANNEL_ID=C04ABC123