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