5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Add note about file permissions

This commit is contained in:
Wim 2017-06-08 23:42:00 +02:00
parent 46b798ac1b
commit 41a46526a1
2 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,5 @@
#This is configuration for matterbridge. #This is configuration for matterbridge.
#WARNING: as this file contains credentials, be sure to set correct file permissions
################################################################### ###################################################################
#IRC section #IRC section
################################################################### ###################################################################

View File

@ -1,3 +1,4 @@
#WARNING: as this file contains credentials, be sure to set correct file permissions
[irc] [irc]
[irc.freenode] [irc.freenode]
Server="irc.freenode.net:6667" Server="irc.freenode.net:6667"
@ -16,22 +17,14 @@
[[gateway]] [[gateway]]
name="gateway1" name="gateway1"
enable=true enable=true
[[gateway.in]] [[gateway.inout]]
account="irc.freenode" account="irc.freenode"
channel="#testing" channel="#testing"
[[gateway.out]] [[gateway.inout]]
account="irc.freenode"
channel="#testing"
[[gateway.in]]
account="mattermost.work" account="mattermost.work"
channel="off-topic" channel="off-topic"
[[gateway.out]]
account="mattermost.work"
channel="off-topic"
#simpler config possible since v0.10.2 #simpler config possible since v0.10.2
#[[gateway]] #[[gateway]]
#name="gateway2" #name="gateway2"