Merge "Change formatting of API documentation"
[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 server:
23    port : 8433
24    ssl:
25       key-store-type: PKCS12
26       key-store-password: policy_agent
27       key-store: classpath:keystore.jks
28       key-password: policy_agent
29 app:
30   filepath: /opt/app/policy-agent/config/application_configuration.json
31
32