updated default port
This commit is contained in:
parent
3ea42bcd32
commit
0b959fedfe
@ -49,7 +49,7 @@ func main() {
|
||||
config.Port = port
|
||||
} else {
|
||||
if config.Port == 0 {
|
||||
config.Port = 8000
|
||||
config.Port = 8080
|
||||
}
|
||||
}
|
||||
if clientId != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user