elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 1 | spring: |
| 2 | profiles: |
| 3 | active: prod |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 4 | server: |
| 5 | port: 8433 |
| 6 | ssl: |
| 7 | key-store-type: PKCS12 |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 8 | key-store-password: ericssondfc |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 9 | key-store: classpath:keystore.jks |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 10 | key-password: ericssondfc |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 11 | keyAlias: tomcat-localhost |
| 12 | logging: |
| 13 | level: |
| 14 | ROOT: ERROR |
| 15 | org.springframework: ERROR |
| 16 | org.springframework.data: ERROR |
Chengkai Yan | 693026c | 2018-11-23 16:23:56 +0100 | [diff] [blame] | 17 | org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR |
PatrikBuhr | e1a6642 | 2019-03-22 14:29:29 +0000 | [diff] [blame] | 18 | org.onap.dcaegen2.collectors.datafile: WARN |
RehanRaza | 958f0b0 | 2019-02-22 10:04:34 +0000 | [diff] [blame] | 19 | file: /var/log/ONAP/application.log |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 20 | app: |
RehanRaza | 958f0b0 | 2019-02-22 10:04:34 +0000 | [diff] [blame] | 21 | filepath: /opt/app/datafile/config/datafile_endpoints.json |