Generate rApp packages for unit test
[nonrtric/plt/rappmanager.git] / rapp-manager-application / src / test / resources / application.yaml
1 rappmanager:
2   csarlocation: src/test/resources/csar
3   acm:
4     baseurl: http://localhost: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
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
18
19   rapps:
20     env:
21       smeDiscoveryEndpoint: http://localhost:53012/service-apis/v1/allServiceAPIs
22
23 spring:
24   jackson:
25     default-property-inclusion: non_null
26
27 logging:
28   level:
29     root: INFO
30     com.oransc: DEBUG
31     org.apache.http: DEBUG
32     httpclient.wire: DEBUG
33     org.springframework.web.client.RestTemplate: TRACE
34
35 management:
36   endpoints:
37     web:
38       exposure:
39         include: "*"