Fix default port.
This commit is contained in:
parent
8239e7fd3f
commit
db4ff190be
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue