diff options
author | Wim <wim@42.be> | 2015-10-24 18:01:15 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-24 18:05:10 +0200 |
commit | 6feccd4c6cae08c7c6a4f283822565785428b2e0 (patch) | |
tree | f5d4b8f2fda0e16065eb07ac5f300d7dc0e9e1c4 /matterbridge.conf.sample | |
parent | 25d72a7e31a0d077546639f3de25d75ebb4efa14 (diff) | |
download | matterbridge-msglm-6feccd4c6cae08c7c6a4f283822565785428b2e0.tar.gz matterbridge-msglm-6feccd4c6cae08c7c6a4f283822565785428b2e0.tar.bz2 matterbridge-msglm-6feccd4c6cae08c7c6a4f283822565785428b2e0.zip |
Add support for outgoing webhook token
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r-- | matterbridge.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample index bea46e91..7cbdce1f 100644 --- a/matterbridge.conf.sample +++ b/matterbridge.conf.sample @@ -10,3 +10,4 @@ channel="#matterbridge" url="http://yourdomain/hooks/yourhookkey" port=9999 showjoinpart=true +#token=yourtokenfrommattermost |