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
|
var config Config
|
||||||
|
|
||||||
// Defaults
|
// Defaults
|
||||||
config.Port = 196
|
config.Port = 1965
|
||||||
config.Hostname = "localhost"
|
config.Hostname = "localhost"
|
||||||
config.CertPath = "cert.pem"
|
config.CertPath = "cert.pem"
|
||||||
config.KeyPath = "key.pem"
|
config.KeyPath = "key.pem"
|
||||||
|
|
Loading…
Add table
Reference in a new issue