diff options
author | Ryan Mulligan <ryan@ryantm.com> | 2017-09-04 06:16:29 -0700 |
---|---|---|
committer | Wim <wim@42.be> | 2017-09-04 15:16:29 +0200 |
commit | 579ee48385605080a54980ade82a93310a2d0c26 (patch) | |
tree | 4286bcbd7b57bba77d0afafe15cdaca575aeba32 /matterbridge.toml.simple | |
parent | dd985d1dad22f872cd1f9963d54701c24310ddcc (diff) | |
download | matterbridge-msglm-579ee48385605080a54980ade82a93310a2d0c26.tar.gz matterbridge-msglm-579ee48385605080a54980ade82a93310a2d0c26.tar.bz2 matterbridge-msglm-579ee48385605080a54980ade82a93310a2d0c26.zip |
remove useAPI from sample configuration (#250)
Diffstat (limited to 'matterbridge.toml.simple')
-rw-r--r-- | matterbridge.toml.simple | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/matterbridge.toml.simple b/matterbridge.toml.simple index b07dd5d2..bba12a64 100644 --- a/matterbridge.toml.simple +++ b/matterbridge.toml.simple @@ -6,7 +6,6 @@ [mattermost] [mattermost.work] - useAPI=true #do not prefix it wit http:// or https:// Server="yourmattermostserver.domain" Team="yourteam" |