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 |
elinuxhenrik | 18f5693 | 2018-10-01 16:51:05 +0200 | [diff] [blame] | 18 | org.onap.dcaegen2.collectors.datafile: ERROR |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 19 | file: opt/log/application.log |
| 20 | app: |
| 21 | filepath: config/datafile_endpoints.json |