850dc67f1e6303358638efa7c076ae02083184f7
[nonrtric.git] / enrichment-coordinator-service / 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,threaddump,heapdump"
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.enrichment: INFO
21   file:
22     name: /var/log/enrichment-coordinator-service/application.log
23 server:
24    port : 8434
25    http-port: 8083
26    ssl:
27       key-store-type: JKS
28       key-store-password: policy_agent
29       key-store: /opt/app/enrichment-coordinator-service/etc/cert/keystore.jks
30       key-password: policy_agent
31       key-alias: policy_agent
32 app:
33   filepath: /opt/app/enrichment-coordinator-service/data/application_configuration.json
34   webclient:
35     trust-store-used: false
36     trust-store-password: policy_agent
37     trust-store: /opt/app/enrichment-coordinator-service/etc/cert/truststore.jks
38   vardata-directory: /var/enrichment-coordinator-service
39