5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 04:22:32 +00:00
matterbridge/matterbridge.conf.sample

33 lines
633 B
Plaintext
Raw Normal View History

2015-10-23 20:34:37 +00:00
[IRC]
server="irc.freenode.net"
port=6667
UseTLS=false
SkipTLSVerify=true
nick="matterbot"
channel="#matterbridge"
UseSlackCircumfix=false
2015-10-23 20:34:37 +00:00
[mattermost]
url="http://yourdomain/hooks/yourhookkey"
port=9999
showjoinpart=true
2015-12-19 15:55:49 +00:00
#remove token when using multiple channels!
token=yourtokenfrommattermost
2015-10-24 16:44:45 +00:00
IconURL="http://youricon.png"
#SkipTLSVerify=true
2015-12-12 20:26:53 +00:00
#BindAddress="0.0.0.0"
2015-10-27 23:04:57 +00:00
[general]
GiphyAPIKey=dc6zaTOxFJmzC
2015-12-19 15:55:49 +00:00
#multiple channel config
#token you can find in your outgoing webhook
[Token "outgoingwebhooktoken1"]
IRCChannel="#off-topic"
MMChannel="off-topic"
[Token "outgoingwebhooktoken2"]
IRCChannel="#testing"
MMChannel="testing"