Update to README.MD (#372)

Providing instructions on how to change listening IP address.
This commit is contained in:
Paul Moreno 2017-07-19 15:55:10 +02:00 committed by misfir3
parent cac1fb17e4
commit 8a2499c56a

View File

@ -90,6 +90,10 @@ mvn -pl webgoat-server spring-boot:run
```
... you should be running webgoat on localhost:8080/WebGoat momentarily
To change IP addresss add the following variable to WebGoat/webgoat-container/src/main/resources/application.properties file
```server.address=x.x.x.x
```
# Vagrant