WebGoat/webgoat-integration-tests/src/test/resources/application-inttest.properties
2021-09-23 16:09:28 +02:00

10 lines
417 B
Properties

#In order to run tests a known temp directory is preferred
#that is why these values are used
webgoat.user.directory=${java.io.tmpdir}/webgoat
webgoat.server.directory=${java.io.tmpdir}/webgoat
webwolf.fileserver.location=${java.io.tmpdir}/webwolf-fileserver
#database will get deleted for every mvn clean install
#as these extra properties are read by WebGoat and WebWolf the drop of the tables
#was not helpful.