Updated Section Mattermost (basic) https (markdown)

Wim 2017-07-08 12:06:51 +02:00
parent c81ddaa6c6
commit 557d2af7cd

@ -1,3 +1,4 @@
```
[mattermost.mymattermost]
#The mattermost hostname. (do not prefix it with http or https)
Server="yourmattermostserver.domain:443"
@ -14,4 +15,5 @@ Password="yourpass"
#Enable this (set to true) to make a http connection
#(instead of https) to your mattermost.
NoTLS=false
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```