summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.simple
diff options
context:
space:
mode:
Diffstat (limited to 'matterbridge.toml.simple')
-rw-r--r--matterbridge.toml.simple32
1 files changed, 32 insertions, 0 deletions
diff --git a/matterbridge.toml.simple b/matterbridge.toml.simple
new file mode 100644
index 00000000..30104d98
--- /dev/null
+++ b/matterbridge.toml.simple
@@ -0,0 +1,32 @@
+[irc]
+ [irc.freenode]
+ Server="irc.freenode.net:6667"
+ Nick="matterbot"
+
+[mattermost]
+ [mattermost.work]
+ useAPI=true
+ Server="yourmattermostserver.domain"
+ Team="yourteam"
+ Login="yourlogin"
+ Password="yourpass"
+ PrefixMessagesWithNick=true
+
+[[gateway]]
+name="gateway1"
+enable=true
+ [[gateway.in]]
+ account="irc.freenode"
+ channel="#testing"
+
+ [[gateway.in]]
+ account="mattermost.work"
+ channel="off-topic"
+
+ [[gateway.out]]
+ account="irc.freenode"
+ channel="#testing"
+
+ [[gateway.out]]
+ account="mattermost.work"
+ channel="off-topic"