mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 14:15:25 +08:00
fix broker type yaml tag
This commit is contained in:
parent
5279900b7c
commit
186064052c
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue