blob: bae8025e61685cebf4908ebbc5e5e3b13a6ffab5 [file] [log] [blame]
elinuxhenrikd661dbc2018-08-17 12:34:58 +02001spring:
2 profiles:
3 active: prod
PatrikBuhr4dc06d02019-04-11 15:27:07 +00004management:
5 endpoints:
6 web:
7 exposure:
8 include: "loggers,logfile,health,info,metrics"
elinuxhenrikd661dbc2018-08-17 12:34:58 +02009server:
10 port: 8433
11 ssl:
12 key-store-type: PKCS12
elinuxhenrikf3945942018-09-14 15:49:10 +020013 key-store-password: ericssondfc
elinuxhenrikd661dbc2018-08-17 12:34:58 +020014 key-store: classpath:keystore.jks
elinuxhenrikf3945942018-09-14 15:49:10 +020015 key-password: ericssondfc
elinuxhenrikd661dbc2018-08-17 12:34:58 +020016 keyAlias: tomcat-localhost
17logging:
18 level:
19 ROOT: ERROR
20 org.springframework: ERROR
21 org.springframework.data: ERROR
Chengkai Yan693026c2018-11-23 16:23:56 +010022 org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
PatrikBuhre1a66422019-03-22 14:29:29 +000023 org.onap.dcaegen2.collectors.datafile: WARN
RehanRaza958f0b02019-02-22 10:04:34 +000024 file: /var/log/ONAP/application.log
elinuxhenrikd661dbc2018-08-17 12:34:58 +020025app:
PatrikBuhrf60b5dd2019-08-12 12:28:01 +000026 filepath: src/test/resources/datafile_endpoints_test.json