Re-enable participant links & checks after first build of i-release docs
[nonrtric/plt/rappmanager.git] / csar-generator / rapp-manager-application / src / main / resources / application.yaml
1 rappmanager:
2   csarlocation: src/test/resources/csar
3   acm:
4     baseurl: http://10.101.2.41:30442/onap/policy/clamp/acm/v2/
5     username: runtimeUser
6     password: zb!XztG34
7     maxRetries: 10
8     retryInterval: 2 #seconds
9   sme:
10     baseurl: http://localhost:56571 #http://10.101.3.22:61761
11     providerBasePath: /api-provider-management/v1/
12     invokerBasePath: /api-invoker-management/v1/
13     publishApiBasePath: /published-apis/v1/
14     maxRetries: 3
15     retryInterval: 2 #seconds
16   dme:
17     baseurl: http://localhost:63475 #http://10.101.3.22:61761
18
19 spring:
20   jackson:
21     default-property-inclusion: non_null
22
23 logging:
24   level:
25     root: INFO
26     com.oransc: DEBUG
27     org.apache.http: DEBUG
28     httpclient.wire: DEBUG
29     org.springframework.web.client.RestTemplate: TRACE
30
31 management:
32   endpoints:
33     web:
34       exposure:
35         include: "*"