Skip to content

Commit

Permalink
Update to README.MD (WebGoat#372)
Browse files Browse the repository at this point in the history
Providing instructions on how to change listening IP address.
  • Loading branch information
domconscious authored and misfir3 committed Jul 19, 2017
1 parent cac1fb1 commit 8a2499c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a2499c

Please sign in to comment.