Verified Commit a677f270 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor(props): cleanup application properties

parent ca3e0c78
......@@ -2,24 +2,12 @@
spring.http.multipart.enabled=true
spring.http.multipart.max-file-size=5Mb
server.port=8081
docker.hostIp=10.0.2.15
jenkins.api.token=token:114e49fcd53d583f81113697a64d0e7630
jenkins.url=http://${docker.hostIp}:8080/
###############################################
# Modocot properties
###############################################
# Holds the uploaded Zip-Files
modocot.dir.parent=/home/doom/modocot/
modocot.dir.assignment.prefix=Assignment_
modocot.tests.tmp.dir=/tmp/modocot-tests
host.tests.tmp.dir=${modocot.tests.tmp.dir}
modocot.dir=/modocot/data
modocot.dir.test.folder.name=UnitTests
gitTea.basePath=http://${docker.hostIp}:3000/api/v1
gitTea.username=giteaUser
gitTea.password=giteaUser1!
gitTea.defaultCommitMessage=Commit all changes including additions
gitTea.defaultOrigin=origin
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment