Merge "Remove A1 Policy Management Service"
[nonrtric.git] / information-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 springdoc:
9   show-actuator: true
10 management:
11   endpoints:
12     web:
13       exposure:
14         # Enabling of springboot actuator features. See springboot documentation.
15         include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
16
17 logging:
18   # Configuration of logging
19   level:
20     ROOT: ERROR
21     org.springframework: ERROR
22     org.springframework.data: ERROR
23     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
24     org.oransc.ics: INFO
25   file:
26     name: /var/log/information-coordinator-service/application.log
27 server:
28    # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
29    # See springboot documentation.
30    port : 8434
31    http-port: 8083
32    ssl:
33       key-store-type: JKS
34       key-store-password: policy_agent
35       key-store: /opt/app/information-coordinator-service/etc/cert/keystore.jks
36       key-password: policy_agent
37       key-alias: policy_agent
38 app:
39   webclient:
40     # Configuration of the trust store used for the HTTP client (outgoing requests)
41     # The file location and the password for the truststore is only relevant if trust-store-used == true
42     # Note that the same keystore as for the server is used.
43     trust-store-used: false
44     trust-store-password: policy_agent
45     trust-store: /opt/app/information-coordinator-service/etc/cert/truststore.jks
46     # Configuration of usage of HTTP Proxy for the southbound accesses.
47     # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
48     http.proxy-host:
49     http.proxy-port: 0
50   vardata-directory: /var/information-coordinator-service
51   # If the file name is empty, no authorzation token is sent
52   auth-token-file: