소스 검색

reverted default port to 1883

0xdcarns 3 년 전
부모
커밋
79d7a21b8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      servercfg/serverconf.go

+ 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 != "" {