elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 1 | spring: |
| 2 | profiles: |
| 3 | active: prod |
| 4 | main: |
| 5 | web-application-type: none |
| 6 | server: |
| 7 | port: 8433 |
| 8 | ssl: |
| 9 | key-store-type: PKCS12 |
| 10 | key-store-password: nokiapnf |
| 11 | key-store: classpath:keystore.jks |
| 12 | key-password: nokiapnf |
| 13 | keyAlias: tomcat-localhost |
| 14 | logging: |
| 15 | level: |
| 16 | ROOT: ERROR |
| 17 | org.springframework: ERROR |
| 18 | org.springframework.data: ERROR |
| 19 | org.onap.dcaegen2.collectors.datafile: INFO |
| 20 | file: opt/log/application.log |
| 21 | app: |
| 22 | filepath: config/datafile_endpoints.json |