|
@@ -77,7 +77,7 @@ type ServerConfig struct {
|
|
LicenseValue string `yaml:"license_value"`
|
|
LicenseValue string `yaml:"license_value"`
|
|
NetmakerAccountID string `yaml:"netmaker_account_id"`
|
|
NetmakerAccountID string `yaml:"netmaker_account_id"`
|
|
IsEE string `yaml:"is_ee"`
|
|
IsEE string `yaml:"is_ee"`
|
|
- StunPort string `yaml:"stun_port"`
|
|
|
|
|
|
+ StunPort int `yaml:"stun_port"`
|
|
StunHost string `yaml:"stun_host"`
|
|
StunHost string `yaml:"stun_host"`
|
|
Proxy string `yaml:"proxy"`
|
|
Proxy string `yaml:"proxy"`
|
|
}
|
|
}
|