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 14NICKSERV_PASSWORD=your-nickserv-password-here 15NICKSERV_EMAIL=your-email@example.com 16 17# Admin users (comma-separated Slack user IDs) 18ADMINS=U1234567890,U0987654321 19 20# Hack Club CDN Token (for file uploads) 21CDN_TOKEN=your-cdn-token-here 22 23# Server Configuration (optional) 24PORT=3000 25 26# Note: Channel and user mappings are now stored in the SQLite database (bridge.db) 27# Use the API or database tools to manage mappings