blob: 8985b9b86a2b277bd4b589d1323ed32cd65e2e19 [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
PatrikBuhre1a66422019-03-22 14:29:29 +000018 org.onap.dcaegen2.collectors.datafile: WARN
RehanRaza958f0b02019-02-22 10:04:34 +000019 file: /var/log/ONAP/application.log
elinuxhenrikd661dbc2018-08-17 12:34:58 +020020app:
RehanRaza958f0b02019-02-22 10:04:34 +000021 filepath: /opt/app/datafile/config/datafile_endpoints.json