Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit e534a8cd0e721799c73059ba945348f52a4664fe Author: Wim <wim@42.be> Date: Wed Apr 19 21:57:40 2017 +0000 Update doc diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 33dfca0..7cb0d9e 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -2009 +2009 @@ 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 277f070..d142694 100644 --- a/matterbridge.toml.simple +++ b/matterbridge.toml.simple @@ -67 +68 @@  [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"