From 8a2499c56a505e4fdc9edc70903ce623b5ddb513 Mon Sep 17 00:00:00 2001 From: Paul Moreno <domconscious@users.noreply.github.com> Date: Wed, 19 Jul 2017 15:55:10 +0200 Subject: [PATCH] Update to README.MD (#372) Providing instructions on how to change listening IP address. --- README.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.MD b/README.MD index 3a5d469b3..cb8d34ee8 100644 --- a/README.MD +++ b/README.MD @@ -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