blob: 086babc4c397851c81d917aff52f4e77ea732891 [file] [log] [blame]
yanhuanwangb7d9f292019-09-10 13:38:46 +02001spring:
2 profiles:
3 active: prod
4management:
5 endpoints:
6 web:
7 exposure:
8 include: "loggers,logfile,health,info,metrics"
9server:
10 port: 8433
11 ssl:
12 key-store-type: PKCS12
13 key-store-password: ericssondfc
14 key-store: classpath:keystore.jks
15 key-password: ericssondfc
16 keyAlias: tomcat-localhost
17logging:
18 level:
19 ROOT: ERROR
20 org.springframework: ERROR
21 org.springframework.data: ERROR
22 org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
23 org.onap.dcaegen2.collectors.datafile: TRACE
24 file: /var/log/ONAP/application.log
25app:
26 filepath: /opt/app/datafile/config/datafile_endpoints.json