summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.simple
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-04-19 21:57:40 +0200
committerWim <wim@42.be>2017-04-19 21:57:40 +0200
commitd128f157c4eafc4bfb51f1c86557bb12380d9d40 (patch)
treefa03a71deb8aca5278b53f7949c6899a5c78c258 /matterbridge.toml.simple
parent4fcedabfd051bcaa1130b2ee1c6ed1b4cd1bb3ff (diff)
downloadmatterbridge-msglm-d128f157c4eafc4bfb51f1c86557bb12380d9d40.tar.gz
matterbridge-msglm-d128f157c4eafc4bfb51f1c86557bb12380d9d40.tar.bz2
matterbridge-msglm-d128f157c4eafc4bfb51f1c86557bb12380d9d40.zip
Update doc
Diffstat (limited to 'matterbridge.toml.simple')
-rw-r--r--matterbridge.toml.simple3
1 files changed, 2 insertions, 1 deletions
diff --git a/matterbridge.toml.simple b/matterbridge.toml.simple
index 277f0708..d142694c 100644
--- a/matterbridge.toml.simple
+++ b/matterbridge.toml.simple
@@ -6,7 +6,8 @@
[mattermost]
[mattermost.work]
useAPI=true
- Server="yourmattermostserver.domain"
+ #do not prefix it wit http:// or https://
+ Server="yourmattermostserver.domain"
Team="yourteam"
Login="yourlogin"
Password="yourpass"