Browse Source

fix broker type yaml tag

Anish Mukherjee 2 years ago
parent
commit
186064052c
1 changed files with 1 additions and 1 deletions
  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"`