this repo has no description
1# Slack Configuration 2SLACK_BOT_TOKEN=xoxb-your-bot-token-here 3SLACK_SIGNING_SECRET=your-signing-secret-here 4 5# Slack workspace URL (for admin API calls) 6SLACK_API_URL=https://hackclub.enterprise.slack.com 7 8# Optional: For channel manager permission checks 9SLACK_USER_COOKIE=your-slack-cookie-here 10SLACK_USER_TOKEN=your-user-token-here 11 12# IRC Configuration 13IRC_NICK=slackbridge 14 15# Admin users (comma-separated Slack user IDs) 16ADMINS=U1234567890,U0987654321 17 18# Hack Club CDN Token (for file uploads) 19CDN_TOKEN=your-cdn-token-here 20 21# Server Configuration (optional) 22PORT=3000 23 24# Note: Channel and user mappings are now stored in the SQLite database (bridge.db) 25# Use the API or database tools to manage mappings