application.properties 471 Bytes
Newer Older
Dominik Vayhinger's avatar
Dominik Vayhinger committed
1
2
3
4
5
6
7
8
9
10
# Path to junit.jar and hamcrest.jar
junitlauncher.dir.junit=/home/modocot/libs/*
# Base path where the files to be tested should be located
junitlauncher.dir.parent=/junittestlauncher/task
# Subfolder where the testfiles should be located
junitlauncher.dir.test.folder.name=UnitTests
# Backend Url with which the backend can be called
junitlauncher.backend.url=http://10.40.10.144:8888/v1/uploaduserresults
# ServerPort if the port needs to be adjusted
server.port=8080