Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit b3ccf3c4eeaab71383a4e46f64c26d1f2cd30930 Author: Wim <wim@42.be> Date: Thu Jun 08 23:42:00 2017 +0000 Add note about file permissions diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index b52c024..acbc0a1 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -14 +15 @@  #This is configuration for matterbridge. +#WARNING: as this file contains credentials, be sure to set correct file permissions  ###################################################################  #IRC section  ################################################################### diff --git a/matterbridge.toml.simple b/matterbridge.toml.simple index d142694..b07dd5d 100644 --- a/matterbridge.toml.simple +++ b/matterbridge.toml.simple @@ -13 +14 @@ +#WARNING: as this file contains credentials, be sure to set correct file permissions  [irc] [irc.freenode] Server="irc.freenode.net:6667" @@ -1622 +1714 @@  [[gateway]]  name="gateway1"  enable=true - [[gateway.in]] + [[gateway.inout]] account="irc.freenode" channel="#testing"   - [[gateway.out]] - account="irc.freenode" - channel="#testing" - - [[gateway.in]] + [[gateway.inout]] account="mattermost.work" channel="off-topic" - [[gateway.out]] - account="mattermost.work" - channel="off-topic" -  #simpler config possible since v0.10.2  #[[gateway]]  #name="gateway2"