# Slack Bot Token (starts with xoxb-)
# Get this from: https://api.slack.com/apps -> Your App -> OAuth & Permissions
SLACK_BOT_TOKEN=xoxb-your-token-here
# Bryan's Slack User ID (for filtering when needed)
# Get this by: Right-click Bryan's profile in Slack -> More -> Copy member ID
SLACK_BRYAN_USER_ID=U0XXXXXXXXX
# Feedback Channel ID
# Get this by: Right-click #bryan-product-feedback channel -> View channel details -> Copy channel ID (at bottom)
FEEDBACK_CHANNEL_ID=C0A9F6RGQD7
# Optional: Team member user IDs (comma-separated) - Joel, Wilson, Ahmed, Nick
# These are the people who can post Bryan's feedback
TEAM_USER_IDS=U0A5191MBS9,U0A589QSJP6,U0A54MKGGLS,U0A518ZUZS9
# Server port (Railway will set this automatically)
PORT=3000