We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cce6e8 commit d476ac6Copy full SHA for d476ac6
pkg/environment/config.go
@@ -40,7 +40,7 @@ type Config struct {
40
GeoipURLs []string `json:"geoip_urls"`
41
42
HubURL []string `json:"hub_url"`
43
- V4HubURL string `json:"v4_hub_url"`
+ V4HubURL []string `json:"v4_hub_url"`
44
45
// we should not be supporting flist url or hub storage from zos-config until we can update them on runtime
46
// FlistURL string `json:"flist_url"`
pkg/environment/environment.go
@@ -75,7 +75,6 @@ type Environment struct {
75
GeoipURLs []string
76
KycURL string
77
RegistrarURL string
78
- HubURL string
79
80
// private vlan to join
81
// if set, zos will use this as its priv vlan
0 commit comments