summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-14 16:42:32 +0100
committerWim <wim@42.be>2016-11-14 16:42:32 +0100
commit1f3690458885ada309be4737e4afb7bb5ecc7ad5 (patch)
treeb9ffdb1fcbf15c241f9e352146aadc3f98afb8a0
parentf7495dd0c3ed3a698caf5238b3f9397697e82fac (diff)
downloadmatterbridge-msglm-1f3690458885ada309be4737e4afb7bb5ecc7ad5.tar.gz
matterbridge-msglm-1f3690458885ada309be4737e4afb7bb5ecc7ad5.tar.bz2
matterbridge-msglm-1f3690458885ada309be4737e4afb7bb5ecc7ad5.zip
Update sample config. Closes #75
-rw-r--r--matterbridge.toml.sample2
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"