Created Section Mattermost (basic) https (markdown)

Wim 2017-07-08 12:06:32 +02:00
parent 9c487b773e
commit c81ddaa6c6

@ -0,0 +1,17 @@
[mattermost.mymattermost]
#The mattermost hostname. (do not prefix it with http or https)
Server="yourmattermostserver.domain:443"
#the team name as can be seen in the mattermost webinterface URL
#in lowercase, without spaces
Team="yourteam"
#login/pass of your bot.
#Use a dedicated user for this and not your own!
Login="yourlogin"
Password="yourpass"
#Enable this (set to true) to make a http connection
#(instead of https) to your mattermost.
NoTLS=false
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "