summaryrefslogtreecommitdiffstats
path: root/matterbridge.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r--matterbridge.conf.sample11
1 files changed, 11 insertions, 0 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample
new file mode 100644
index 00000000..a7cb275f
--- /dev/null
+++ b/matterbridge.conf.sample
@@ -0,0 +1,11 @@
+[IRC]
+server="irc.freenode.net"
+port=6667
+UseTLS=false
+SkipTLSVerify=true
+nick="matterbot"
+channel="#matterbridge"
+
+[mattermost]
+url="http://yourdomain/hooks/yourhookkey"
+port=9999