Add note about file permissions
This commit is contained in:
parent
46b798ac1b
commit
41a46526a1
|
@ -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
|
||||||
###################################################################
|
###################################################################
|
||||||
|
|
|
@ -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,19 +17,11 @@
|
||||||
[[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"
|
|
||||||
channel="off-topic"
|
|
||||||
|
|
||||||
[[gateway.out]]
|
|
||||||
account="mattermost.work"
|
account="mattermost.work"
|
||||||
channel="off-topic"
|
channel="off-topic"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue