Fix bug-Add enrichment url 12/5212/1
authorLathish <lathishbabu.ganesan@est.tech>
Wed, 2 Dec 2020 11:46:22 +0000 (11:46 +0000)
committerLathish <lathishbabu.ganesan@est.tech>
Wed, 2 Dec 2020 11:46:25 +0000 (11:46 +0000)
Issue-ID: NONRTRIC-351
Change-Id: I0f60d35694093344adbb041e182b72a146c37f97
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
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