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

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

# Holds the uploaded Zip-Files
Lückemeyer's avatar
Lückemeyer committed
10
tests.tmp.dir=/tmp/dta-tests
11
12
13
14
15
host.tests.tmp.dir=${tests.tmp.dir}
data.dir=/data
data.dir.test.folder.name=UnitTests

logging.level.de.hftstuttgart=TRACE