From 6f6c6eda66fbaa496eb5c197c92029e0bdc4d003 Mon Sep 17 00:00:00 2001 From: hrj Date: Wed, 19 May 2021 20:19:23 +0530 Subject: [PATCH] added address to debug config --- tests/debug-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debug-config.json b/tests/debug-config.json index ae04974..5b9e35d 100644 --- a/tests/debug-config.json +++ b/tests/debug-config.json @@ -1,6 +1,7 @@ { "randomSeed" : 20, "port" : 8888, + "address" : "0.0.0.0", "captchaExpiryTimeLimit" : 5, "throttle" : 10, "threadDelay" : 2,