diff --git a/src/test/smoketest/http-client.env.json b/src/test/smoketest/http-client.env.json index 85b8ef4..f4a7afb 100644 --- a/src/test/smoketest/http-client.env.json +++ b/src/test/smoketest/http-client.env.json @@ -3,5 +3,10 @@ "host": "localhost:8080", "username": "username", "password": "password" + }, + "explicit-ip": { + "host": "0.0.0.0:8080", + "username": "username", + "password": "password" } } \ No newline at end of file