5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Update doc

This commit is contained in:
Wim 2017-04-19 21:57:40 +02:00
parent 4fcedabfd0
commit d128f157c4
2 changed files with 4 additions and 3 deletions

View File

@ -200,7 +200,7 @@ 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"

View File

@ -6,6 +6,7 @@
[mattermost]
[mattermost.work]
useAPI=true
#do not prefix it wit http:// or https://
Server="yourmattermostserver.domain"
Team="yourteam"
Login="yourlogin"