[release] v0.4.0-unstable2

This commit is contained in:
Yann Stepienik 2023-05-05 19:06:59 +01:00
parent 241abdfca4
commit 8ce9d52fbd

View file

@ -150,7 +150,7 @@ func StartServer() {
HTTPConfig := config.HTTPConfig
serverPortHTTP = HTTPConfig.HTTPPort
serverPortHTTPS = HTTPConfig.HTTPSPort
serverHostname := HTTPConfig.Hostname
// serverHostname := HTTPConfig.Hostname
var tlsCert = HTTPConfig.TLSCert
var tlsKey= HTTPConfig.TLSKey