Updated Section Mattermost (basic) https (markdown)

Qais Patankar 2020-02-08 20:13:04 +00:00
parent ff0a723711
commit 2240bbd26b

@ -1,21 +1 @@
:warning:
**Create a dedicated user (a new account specifically for matterbridge) first.
It will not relay messages from yourself if you use your account**
```
[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"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true
```
Moved to [[Section Mattermost (basic)#https-secure]].