mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 07:05:28 +08:00
Merge pull request #1176 from gravitl/hotfix_v0.14.2_client_upgrade
changing yaml mapping
This commit is contained in:
commit
9e5957e4c9
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ type NodeGet struct {
|
|||
// ServerConfig - struct for dealing with the server information for a netclient
|
||||
type ServerConfig struct {
|
||||
CoreDNSAddr string `yaml:"corednsaddr"`
|
||||
API string `yaml:"apihost"`
|
||||
API string `yaml:"api"`
|
||||
APIPort string `yaml:"apiport"`
|
||||
ClientMode string `yaml:"clientmode"`
|
||||
DNSMode string `yaml:"dnsmode"`
|
||||
|
|
Loading…
Add table
Reference in a new issue