From: Lathish Date: Wed, 2 Dec 2020 11:46:22 +0000 (+0000) Subject: Fix bug-Add enrichment url X-Git-Tag: f-release~77^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6baf3694caca1aebe2d4d056396a0129e37992df;p=it%2Fdep.git Fix bug-Add enrichment url Issue-ID: NONRTRIC-351 Change-Id: I0f60d35694093344adbb041e182b72a146c37f97 Signed-off-by: Lathish --- diff --git a/nonrtric/helm/controlpanel/resources/application.properties b/nonrtric/helm/controlpanel/resources/application.properties index 2ffa5b7c..3c1699e7 100644 --- a/nonrtric/helm/controlpanel/resources/application.properties +++ b/nonrtric/helm/controlpanel/resources/application.properties @@ -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