X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fconfig%2Fconf.go;h=6c54b2be5feae46f9c6d7c0123dd49de9bd30089;hb=c1e4374fb522f55e9263dd2deca3d244e709ebdf;hp=c24500f6834c55fa0e322cfec83ae54299cb3d21;hpb=d8d204f3ca9ebfd256043f6a0de526887fdcace9;p=ric-plt%2Fricdms.git diff --git a/pkg/config/conf.go b/pkg/config/conf.go index c24500f..6c54b2b 100644 --- a/pkg/config/conf.go +++ b/pkg/config/conf.go @@ -35,6 +35,7 @@ type Conf struct { GetChartsByNameAndVersionURL string `yaml:"getCharts-by-name-and-version-url"` DownloadChartURLFormat string `yaml:"download-charts-url-format"` MockServer string `yaml:"mock-server"` + GETxAPPHealthURL string `yaml:"getXappHealth-url"` } func ReadConfiguration(configFile string) (c *Conf, err error) {