X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;fp=webapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=db5d5b0954e4083d6dc9837049d6696a2a34c463;hb=b8f4e986970eab6cfa5729c24680f2816f056edb;hp=69118800bed9dc930b3bfe020f14091843a94734;hpb=3340ea073fd56431b2d1231bda17cd98765fd8eb;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/main/resources/application.properties b/webapp-backend/src/main/resources/application.properties index 69118800..db5d5b09 100644 --- a/webapp-backend/src/main/resources/application.properties +++ b/webapp-backend/src/main/resources/application.properties @@ -25,16 +25,20 @@ server.port = 8080 # A1 Mediator -a1med.url = http://jar-app-props-default-A1-URL +a1med.url.prefix = http://jar-app-props-default-A1-URL-prefix +a1med.url.suffix = # ANR xApp -anrxapp.url = http://jar-app-props-default-ANR-URL +anrxapp.url.prefix = http://jar-app-props-default-ANR-URL-prefix +anrxapp.url.suffix = + +# App Manager +appmgr.url.prefix = http://jar-app-props-default-Xapp-Mgr-URL +appmgr.url.suffix = /ric/v1 # E2 Manager -e2mgr.url = http://jar-app-props-default-E2-URL +e2mgr.url.prefix = http://jar-app-props-default-E2-URL +e2mgr.url.suffix = /v1 # Supply CSV to mock the get-list API for testing e2mgr in R1; # missing key or empty value disables the mock behavior # e2mgr.mock.rannames = RANONE, RANTWO - -# Xapp Manager -xappmgr.url = http://jar-app-props-default-Xapp-Mgr-URL