2
0
Эх сурвалжийг харах

reverted default port to 1883

0xdcarns 3 жил өмнө
parent
commit
79d7a21b8a

+ 1 - 1
servercfg/serverconf.go

@@ -581,7 +581,7 @@ func GetRce() bool {
 
 // GetMQServerPort - get mq port for server
 func GetMQServerPort() string {
-	port := "8883" //default
+	port := "1883" //default
 	if os.Getenv("MQ_SERVER_PORT") != "" {
 		port = os.Getenv("MQ_SERVER_PORT")
 	} else if config.Config.Server.MQServerPort != "" {