blob: 6a792346351cd5294a147803af6d9b318ac1dd23 [file] [log] [blame]
elinuxhenrikd661dbc2018-08-17 12:34:58 +02001spring:
2 profiles:
3 active: prod
4 main:
5 web-application-type: none
6server:
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
14logging:
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
21app:
22 filepath: config/datafile_endpoints.json