By default binds to ALL network interfaces #431

This commit is contained in:
nbaars 2018-01-29 15:32:02 +01:00
parent b99b554522
commit 98efc1235f
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ server.error.path=/error.html
server.session.timeout=600
server.contextPath=/WebGoat
server.port=8080
server.address=127.0.0.1
spring.datasource.url=jdbc:hsqldb:file:${webgoat.server.directory}/data/webgoat
spring.jpa.hibernate.ddl-auto=update

View File

@ -3,6 +3,7 @@ server.error.path=/error.html
server.session.timeout=6000
#server.contextPath=/WebWolf
server.port=8081
server.address=127.0.0.1
server.session.cookie.name = WEBWOLFSESSION
spring.datasource.url=jdbc:hsqldb:file:${webgoat.server.directory}/data/webwolf