blob: b66f7b6e8e7cb4a4959ec94a8a5d86d7612cb80a [file] [log] [blame]
elinuxhenrikd661dbc2018-08-17 12:34:58 +02001spring:
2 profiles:
3 active: prod
elinuxhenrikd661dbc2018-08-17 12:34:58 +02004server:
5 port: 8433
6 ssl:
7 key-store-type: PKCS12
elinuxhenrikf3945942018-09-14 15:49:10 +02008 key-store-password: ericssondfc
elinuxhenrikd661dbc2018-08-17 12:34:58 +02009 key-store: classpath:keystore.jks
elinuxhenrikf3945942018-09-14 15:49:10 +020010 key-password: ericssondfc
elinuxhenrikd661dbc2018-08-17 12:34:58 +020011 keyAlias: tomcat-localhost
12logging:
13 level:
14 ROOT: ERROR
15 org.springframework: ERROR
16 org.springframework.data: ERROR
Chengkai Yan693026c2018-11-23 16:23:56 +010017 org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
elinuxhenrik18f56932018-10-01 16:51:05 +020018 org.onap.dcaegen2.collectors.datafile: ERROR
elinuxhenrikd661dbc2018-08-17 12:34:58 +020019 file: opt/log/application.log
20app:
21 filepath: config/datafile_endpoints.json