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