fix broker type yaml tag

This commit is contained in:
Anish Mukherjee 2023-02-21 09:24:41 +05:30
parent 5279900b7c
commit 186064052c

View file

@ -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"`