diff --git a/config.go b/config.go index 5cf1c0a..13020b3 100644 --- a/config.go +++ b/config.go @@ -20,7 +20,7 @@ func getConfig(filename string) (Config, error) { var config Config // Defaults - config.Port = 196 + config.Port = 1965 config.Hostname = "localhost" config.CertPath = "cert.pem" config.KeyPath = "key.pem"