X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=a947c681695880703095043fccae15bfcd220c15;hb=refs%2Fchanges%2F03%2F12903%2F2;hp=e1dea3cec4d78af562721b15554c32222150713e;hpb=ac245e1479225466740ca4c7a1080386b3e95af9;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index e1dea3c..a947c68 100755 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +.. Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved. Developer Guide =============== @@ -28,8 +28,9 @@ There are a few service endpoints that needs to be available to run. These are r The following properties have to be modified: * rappmanager.acm.baseurl=http://policy-clamp-runtime-acm.default:6969/onap/policy/clamp/acm/v2/ -* rappmanager.sme.baseurl=http://capifcore:8090 +* rappmanager.sme.baseurl=http://servicemanager:8095 * rappmanager.dme.baseurl=http://informationservice:9082 +* rappmanager.rapps.env.smeDiscoveryEndpoint=http://servicemanager:8095/service-apis/v1/allServiceAPIs Start in Docker