# Slack Configuration SLACK_BOT_TOKEN=xoxb-your-bot-token-here SLACK_SIGNING_SECRET=your-signing-secret-here # Slack workspace URL (for admin API calls) SLACK_API_URL=https://hackclub.enterprise.slack.com # Optional: For channel manager permission checks SLACK_USER_COOKIE=your-slack-cookie-here SLACK_USER_TOKEN=your-user-token-here # Optional: Enable Cachet API for user lookups (recommended for better performance) CACHET_ENABLED=true # IRC Configuration IRC_NICK=slackbridge NICKSERV_PASSWORD=your-nickserv-password-here NICKSERV_EMAIL=your-email@example.com # Admin users (comma-separated Slack user IDs) ADMINS=U1234567890,U0987654321 # Hack Club CDN Token (for file uploads) CDN_TOKEN=your-cdn-token-here # Server Configuration (optional) PORT=3000 # Note: Channel and user mappings are now stored in the SQLite database (bridge.db) # Use the API or database tools to manage mappings