updated default port

This commit is contained in:
Derek McQuay 2016-08-23 09:15:27 -07:00
parent 3ea42bcd32
commit 0b959fedfe
1 changed files with 1 additions and 1 deletions

View File

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