forked from WebGoat/WebGoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
webgoat-integration-tests/src/test/resources/application-inttest.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
#In order to run tests a known temp directory is preferred | ||
#that is why these values are used | ||
|
||
webgoat.user.directory=${user.dir}/target/.webgoat | ||
webgoat.server.directory=${user.dir}/target/.webgoat | ||
|
||
webwolf.fileserver.location=${user.dir}/target/webwolf-fileserver | ||
|
||
spring.jpa.hibernate.ddl-auto=create-drop | ||
#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. |