Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 23b73f5a54b135ce2e09951b75f91ba4fe706178 Author: Wim <wim@42.be> Date: Thu Mar 23 23:02:00 2017 +0000 Add link about token (slack) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 52438ff..1e265c3 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -3216 +3217 @@ useAPI=false  #Token to connect with the Slack API  #You'll have to use a test/api-token using a dedicated user and not a bot token.  #See https://github.com/42wim/matterbridge/issues/75 for more info. +#Use https://api.slack.com/custom-integrations/legacy-tokens  #REQUIRED (when useAPI=true)  Token="yourslacktoken"