mirror of
https://github.com/42wim/matterbridge.git
synced 2025-07-20 20:37:28 +02:00
Created Section Mattermost (basic) (markdown)
parent
0a45ce4bde
commit
a755d60da3
19
Section-Mattermost-(basic).md
Normal file
19
Section-Mattermost-(basic).md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
```
|
||||||
|
[mattermost.mymattermost]
|
||||||
|
useAPI=true
|
||||||
|
#The mattermost hostname. (do not prefix it with http or https)
|
||||||
|
Server="yourmattermostserver.domain"
|
||||||
|
|
||||||
|
#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}> "
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user