application.properties 395 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Multipart settings
spring.http.multipart.enabled=true
spring.http.multipart.max-file-size=5Mb

###############################################
# Data properties
###############################################

# Holds the uploaded Zip-Files
tests.tmp.dir=/tmp/dtt-tests
host.tests.tmp.dir=${tests.tmp.dir}
data.dir=/data
data.dir.test.folder.name=UnitTests

logging.level.de.hftstuttgart=TRACE