Move sample rApp resources to seperate directory
[nonrtric/plt/rappmanager.git] / 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 logging:
20   level:
21     root: INFO
22     com.oransc: DEBUG
23     org.apache.http: DEBUG
24     httpclient.wire: DEBUG
25     org.springframework.web.client.RestTemplate: TRACE
26
27 management:
28   endpoints:
29     web:
30       exposure:
31         include: "*"