Update config_template.in.hjson

Enable SSL/TLS by default as this is available with node
This commit is contained in:
Bryan Ashby
2024-07-20 21:20:32 -06:00
committed by GitHub
parent d2bb99e8fa
commit c24274e1f8

View File

@@ -322,7 +322,7 @@
serverHostname : 'mrc.bottomlessabyss.net' serverHostname : 'mrc.bottomlessabyss.net'
serverPort : 5000 serverPort : 5000
serverSslPort : 5001 serverSslPort : 5001
useSsl : false useSsl : true
retryDelay : 10000 retryDelay : 10000
multiplexerPort : 5000 multiplexerPort : 5000
} }