X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=rapp-manager-application%2Fsrc%2Fmain%2Fresources%2Fapplication.yaml;h=0097f86eef27fa8cd646e37e7482831190615661;hb=35b5b811e5e8c2e33ded5c7998444211df5d6be6;hp=0672fd2e3ea9cd902fadf09f2c48ec28f032d420;hpb=cc47a6f5ed71a062df5fa94aadc5d1eb87cd3258;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 0672fd2..0097f86 100755 --- a/rapp-manager-application/src/main/resources/application.yaml +++ b/rapp-manager-application/src/main/resources/application.yaml @@ -1,23 +1,29 @@ rappmanager: csarlocation: src/test/resources/csar acm: - baseurl: http://10.101.3.22:30442/onap/policy/clamp/acm/v2/ + baseurl: http://10.101.2.41:30442/onap/policy/clamp/acm/v2/ username: runtimeUser password: zb!XztG34 - maxRetries: 3 + maxRetries: 10 retryInterval: 2 #seconds sme: - baseurl: http://localhost:60821 #http://10.101.3.22:61761 + baseurl: http://localhost:56571 #http://10.101.3.22:61761 providerBasePath: /api-provider-management/v1/ invokerBasePath: /api-invoker-management/v1/ publishApiBasePath: /published-apis/v1/ maxRetries: 3 retryInterval: 2 #seconds + dme: + baseurl: http://localhost:63475 #http://10.101.3.22:61761 + +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