From d128f157c4eafc4bfb51f1c86557bb12380d9d40 Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 19 Apr 2017 21:57:40 +0200 Subject: [PATCH] Update doc --- matterbridge.toml.sample | 4 ++-- matterbridge.toml.simple | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 33dfca05..7cb0d9e3 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -200,9 +200,9 @@ IconURL="http://youricon.png" #OPTIONAL useAPI=false -#The mattermost hostname. +#The mattermost hostname. (do not prefix it with http or https) #REQUIRED (when useAPI=true) -Server="yourmattermostserver.domain" +Server="yourmattermostserver.domain" #Your team on mattermost. #REQUIRED (when useAPI=true) 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"