Explorar o código

fix broker type yaml tag

Anish Mukherjee %!s(int64=2) %!d(string=hai) anos
pai
achega
186064052c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/config.go

+ 1 - 1
config/config.go

@@ -37,7 +37,7 @@ type ServerConfig struct {
 	APIHost               string `yaml:"apihost"`
 	APIPort               string `yaml:"apiport"`
 	MQHOST                string `yaml:"mqhost"`
-	BrokerType            string `yaml:"brokertype`
+	BrokerType            string `yaml:"brokertype"`
 	EmqxRestEndpoint      string `yaml:"emqxrestendpoint"`
 	MasterKey             string `yaml:"masterkey"`
 	DNSKey                string `yaml:"dnskey"`