diff options
author | Wim <wim@42.be> | 2019-02-22 19:36:50 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-02-22 19:36:50 +0100 |
commit | 1f1634ea593872a09e355b371befd27fc25c5b0a (patch) | |
tree | e08cb728e2592890e323b6c3c80ba8c213c27a07 /matterbridge.toml.sample | |
parent | a7dd033c3b11fd4e0f186cfb00c1a68ea4eab217 (diff) | |
download | matterbridge-msglm-1f1634ea593872a09e355b371befd27fc25c5b0a.tar.gz matterbridge-msglm-1f1634ea593872a09e355b371befd27fc25c5b0a.tar.bz2 matterbridge-msglm-1f1634ea593872a09e355b371befd27fc25c5b0a.zip |
Add extra debug option (slack)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 33aebea9..453bc1be 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -562,6 +562,10 @@ ShowTopicChange=false #REQUIRED (when not using webhooks) Token="yourslacktoken" +#Extra slack specific debug info, warning this generates a lot of output. +#OPTIONAL (default false) +Debug="false" + #### Settings for webhook matterbridge. #NOT RECOMMENDED TO USE INCOMING/OUTGOING WEBHOOK. USE SLACK API #AND DEDICATED BOT USER WHEN POSSIBLE! |