Skip to content

Commit

Permalink
Update config_template.in.hjson
Browse files Browse the repository at this point in the history
Enable SSL/TLS by default as this is available with node
  • Loading branch information
NuSkooler authored Jul 21, 2024
1 parent d2bb99e commit c24274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/config_template.in.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
serverHostname : 'mrc.bottomlessabyss.net'
serverPort : 5000
serverSslPort : 5001
useSsl : false
useSsl : true
retryDelay : 10000
multiplexerPort : 5000
}
Expand Down

0 comments on commit c24274e

Please sign in to comment.