updated default port

This commit is contained in:
Derek McQuay 2016-08-23 09:15:27 -07:00
parent 3ea42bcd32
commit 0b959fedfe

View File

@ -49,7 +49,7 @@ func main() {
config.Port = port config.Port = port
} else { } else {
if config.Port == 0 { if config.Port == 0 {
config.Port = 8000 config.Port = 8080
} }
} }
if clientId != "" { if clientId != "" {