Skip to content

Commit

Permalink
update slack api token url
Browse files Browse the repository at this point in the history
  • Loading branch information
csoni111 committed Oct 19, 2017
1 parent 085cecd commit c9cf5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Configuration Options:
- **OUTGOING_TOKEN** Service Token from Slack's outgoing webhook
- **INCOMING_HOOK_URL** URL from Slack's incoming webhook
- **SESSION_SECRET** Session secret key (currently useless)
- **API_TOKEN** API Token for the slack team. Generated at <https://api.slack.com/web> (scroll to bottom). Bot users tokens may work, but have not been tested.
- **API_TOKEN** API Token for the slack team. Generated at <https://api.slack.com/custom-integrations/legacy-tokens> (scroll to bottom). Bot users tokens may work, but have not been tested.
- **BUFFER_SIZE** Number of messages to keep in memory. This is automatically rotated and lost on reboots. Recommended value is 500-1000
- **SLACK_CHANNEL** Name of slack channel to send messages to. Default is "public".
- **BANNED_CHANNEL** Name of slack channel to send messages from banned users. Default is "public-hell".
Expand Down

0 comments on commit c9cf5df

Please sign in to comment.