summaryrefslogtreecommitdiffstats
path: root/matterbridge.conf.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2015-10-23 22:34:37 +0200
committerWim <wim@42.be>2015-10-23 22:34:37 +0200
commitcbd01d4a552f05f36ef3d8b259c4305cd3ce06c8 (patch)
treeb7088d7478c7e767113e4014aceba872475b7e1b /matterbridge.conf.sample
parent74d0d3fd5ba5e9b7e9ef90e5c2621fb28f4a8a53 (diff)
downloadmatterbridge-msglm-cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8.tar.gz
matterbridge-msglm-cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8.tar.bz2
matterbridge-msglm-cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8.zip
Initial matterbridge commit
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