From: Zhe Huang Date: Fri, 4 Dec 2020 00:45:10 +0000 (+0000) Subject: Merge "Fix bug-Add enrichment url" X-Git-Tag: f-release~77 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e4e89e0a640df91f31f49f4dae72ba9e2f5cfffa;hp=392fd1f293233ae17ebf1da16f15e37a897e6dab;p=it%2Fdep.git Merge "Fix bug-Add enrichment url" --- 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