diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 86b79b27..3eb05760 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -237,6 +237,8 @@ BindAddress="0.0.0.0:9999" 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. #REQUIRED (when useAPI=true) Token="yourslacktoken" |