matterbridge/matterbridge.toml.simple

35 lines
809 B
Plaintext
Raw Normal View History

2017-06-08 23:42:00 +02:00
#WARNING: as this file contains credentials, be sure to set correct file permissions
2016-09-18 21:04:28 +02:00
[irc]
[irc.libera]
Server="irc.libera.chat:6667"
2016-09-18 21:04:28 +02:00
Nick="matterbot"
[mattermost]
[mattermost.work]
2017-04-19 21:57:40 +02:00
#do not prefix it wit http:// or https://
Server="yourmattermostserver.domain"
2016-09-18 21:04:28 +02:00
Team="yourteam"
Login="yourlogin"
Password="yourpass"
PrefixMessagesWithNick=true
[[gateway]]
name="gateway1"
enable=true
2017-06-08 23:42:00 +02:00
[[gateway.inout]]
account="irc.libera"
2016-09-18 21:04:28 +02:00
channel="#testing"
2017-06-08 23:42:00 +02:00
[[gateway.inout]]
2016-12-01 22:15:40 +01:00
account="mattermost.work"
channel="off-topic"
#simpler config possible since v0.10.2
#[[gateway]]
#name="gateway2"
#enable=true
#inout = [
# { account="irc.libera", channel="#testing", options={key="channelkey"}},
# { account="mattermost.work", channel="off-topic" },
#]