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# IRC Configuration 6IRC_NICK=slackbridge 7 8# Admin users (comma-separated Slack user IDs) 9ADMINS=U1234567890 10 11# Server Configuration (optional) 12PORT=3000 13 14# Note: Channel and user mappings are now stored in the SQLite database (bridge.db) 15# Use the API or database tools to manage mappings