5 allow-bean-definition-overriding: true
14 # Enabling of springboot actuator features. See springboot documentation.
15 include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
18 # Configuration of logging
21 org.springframework: ERROR
22 org.springframework.data: ERROR
23 org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
26 name: /var/log/information-coordinator-service/application.log
28 # Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
29 # See springboot documentation.
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
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
50 vardata-directory: /var/information-coordinator-service