X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=rapp-manager-application%2Fsrc%2Fmain%2Fresources%2Fapplication.yaml;h=2a8489a497cfda6b8934786319b8f5cd9d6098f8;hb=refs%2Fchanges%2F89%2F12589%2F3;hp=445297a433c546005cc075edd9f10cc2b6d52e2f;hpb=347f178c656d82aa0c6d4ab56eb0846a94d7af40;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/rapp-manager-application/src/main/resources/application.yaml b/rapp-manager-application/src/main/resources/application.yaml index 445297a..2a8489a 100755 --- a/rapp-manager-application/src/main/resources/application.yaml +++ b/rapp-manager-application/src/main/resources/application.yaml @@ -1,24 +1,33 @@ rappmanager: - csarlocation: src/main/resources/csar + csarlocation: src/test/resources/csar acm: - baseurl: http://10.101.2.254:30442/onap/policy/clamp/acm/v2/ + baseurl: http://localhost:30442/onap/policy/clamp/acm/v2/ username: runtimeUser password: zb!XztG34 - compositionDefinitionLocation: src/main/resources/compositiondefinition.json - maxRetries: 3 + maxRetries: 10 retryInterval: 2 #seconds sme: - baseurl: http://10.101.2.254:30232 + baseurl: http://localhost:56571 providerBasePath: /api-provider-management/v1/ invokerBasePath: /api-invoker-management/v1/ publishApiBasePath: /published-apis/v1/ maxRetries: 3 retryInterval: 2 #seconds + dme: + baseurl: http://localhost:63475 + + rapps: + env: + smeDiscoveryEndpoint: http://localhost:53012/service-apis/v1/allServiceAPIs + +spring: + jackson: + default-property-inclusion: non_null logging: level: root: INFO - com.oransc.rapps: DEBUG + com.oransc: DEBUG org.apache.http: DEBUG httpclient.wire: DEBUG org.springframework.web.client.RestTemplate: TRACE @@ -27,4 +36,4 @@ management: endpoints: web: exposure: - include: "*" \ No newline at end of file + include: "*"