From 1f3690458885ada309be4737e4afb7bb5ecc7ad5 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 14 Nov 2016 16:42:32 +0100 Subject: [PATCH] Update sample config. Closes #75 --- matterbridge.toml.sample | 2 ++ 1 file changed, 2 insertions(+) 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"