Update matterbridge.toml.sample
Add password entry to irc section matterbride.toml.sample
This commit is contained in:
parent
84d259d8b3
commit
7fbbf89c58
|
@ -13,6 +13,10 @@
|
||||||
#REQUIRED
|
#REQUIRED
|
||||||
Server="irc.freenode.net:6667"
|
Server="irc.freenode.net:6667"
|
||||||
|
|
||||||
|
#Password for irc server (if necessary)
|
||||||
|
#OPTIONAL (default "")
|
||||||
|
Password=""
|
||||||
|
|
||||||
#Enable to use TLS connection to your irc server.
|
#Enable to use TLS connection to your irc server.
|
||||||
#OPTIONAL (default false)
|
#OPTIONAL (default false)
|
||||||
UseTLS=false
|
UseTLS=false
|
||||||
|
|
Loading…
Reference in New Issue