aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/src/main/resources/application.properties
blob: 2b9d7b1df0f7465fcf99926d232e4411f6db7f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
spring.profiles.active=prod
server.port=8433
server.ssl.key-store-type=PKCS12
server.ssl.key-store-password=ericssondfc
server.ssl.key-store=classpath:keystore.jks
server.ssl.key-password=ericssondfc
server.ssl.key-alias=tomcat-localhost
logging.level.root=ERROR
logging.level.org.springframework=ERROR
logging.level.org.springframework.data=ERROR
logging.level.org.onap.dcaegen2.collectors.datafile=INFO
logging.file=logs/log/application.log
app.filepath=config/datafile_endpoints.json