Merge "Fix bug-Add enrichment url"
authorZhe Huang <zhehuang@research.att.com>
Fri, 4 Dec 2020 00:45:10 +0000 (00:45 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Fri, 4 Dec 2020 00:45:10 +0000 (00:45 +0000)
nonrtric/helm/controlpanel/resources/application.properties

index 2ffa5b7..3c1699e 100644 (file)
@@ -30,3 +30,10 @@ portalapi.security = false
 portalapi.appname = Non-RT RIC Control Panel
 portalapi.username = Default
 portalapi.password = password
+
+# URL for enrichment coordinator service
+# enrichmentcontroller.url.prefix = https://enrichment-service-container:8434
+enrichmentcontroller.url.prefix = http://enrichment-service-container:8083/ei-producer/v1
+
+# Mimic slow endpoints by defining sleep period, in milliseconds
+mock.config.delay = 0