Add the config parameter for chartmuseum URL
[ric-plt/ricdms.git] / pkg / config / conf.go
index 6c54b2b..f0e2a63 100644 (file)
@@ -36,6 +36,7 @@ type Conf struct {
        DownloadChartURLFormat       string `yaml:"download-charts-url-format"`
        MockServer                   string `yaml:"mock-server"`
        GETxAPPHealthURL             string `yaml:"getXappHealth-url"`
+       CustomOnboardURL             string `yaml:"customOnboard-url"`
 }
 
 func ReadConfiguration(configFile string) (c *Conf, err error) {