4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-08-10 02:28:08 +00:00

Update matterbridge.toml.sample

Add password entry to irc section matterbride.toml.sample
This commit is contained in:
Markus Graube
2016-12-26 10:12:59 +01:00
committed by GitHub
parent 84d259d8b3
commit 7fbbf89c58

View File

@@ -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