X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=69118800bed9dc930b3bfe020f14091843a94734;hb=refs%2Fchanges%2F14%2F414%2F9;hp=6015f519f703837fa00298e62ec3e1c49d07bceb;hpb=a91a1032725b91b493c060937b3f27ac9e62807e;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/main/resources/application.properties b/webapp-backend/src/main/resources/application.properties index 6015f519..69118800 100644 --- a/webapp-backend/src/main/resources/application.properties +++ b/webapp-backend/src/main/resources/application.properties @@ -25,13 +25,16 @@ server.port = 8080 # A1 Mediator -a1med.url = http://A1-URL +a1med.url = http://jar-app-props-default-A1-URL # ANR xApp -anrxapp.url = http://ANR-URL +anrxapp.url = http://jar-app-props-default-ANR-URL # E2 Manager -e2mgr.url = http://E2-URL +e2mgr.url = http://jar-app-props-default-E2-URL +# 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://MGR-URL +xappmgr.url = http://jar-app-props-default-Xapp-Mgr-URL