Merge "Remove dashboard"
[nonrtric.git] / policy-agent / config / application.yaml
1 spring:
2   profiles:
3     active: prod
4   main:
5     allow-bean-definition-overriding: true
6   aop:
7     auto: false
8 management:
9   endpoints:
10     web:
11       exposure:
12         include: "loggers,logfile,health,info,metrics"
13
14 logging:
15   level:
16     ROOT: ERROR
17     org.springframework: ERROR
18     org.springframework.data: ERROR
19     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
20     org.oransc.policyagent: INFO
21   file: /var/log/policy-agent/application.log
22 app:
23   filepath: /opt/app/policy-agent/config/application_configuration.json
24   a1ControllerBaseUrl: http://sdnc.onap:8282
25   a1ControllerUsername: admin
26   a1ControllerPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
27
28 server:
29    port : 8081