updated default port
This commit is contained in:
+1
-1
@@ -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 != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user