Ver código fonte

Ammend json tag to Is_EE

gabrielseibel1 2 anos atrás
pai
commit
0ef2a01b71
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      config/config.go

+ 1 - 1
config/config.go

@@ -72,7 +72,7 @@ type ServerConfig struct {
 	BasicAuth                  string `yaml:"basic_auth"`
 	LicenseValue               string `yaml:"license_value"`
 	NetmakerTenantID           string `yaml:"netmaker_tenant_id"`
-	IsPro                      string `yaml:"is_pro" json:"IsEE"`
+	IsPro                      string `yaml:"is_pro" json:"Is_EE"`
 	StunPort                   int    `yaml:"stun_port"`
 	StunList                   string `yaml:"stun_list"`
 	TurnServer                 string `yaml:"turn_server"`