From b6f791932ecda5e3daffdcef425d98ece8a16d94 Mon Sep 17 00:00:00 2001 From: Eugene Janusov Date: Tue, 7 Oct 2014 11:55:39 +1100 Subject: [PATCH] Removed hard-coded host --- conf.d/hub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/hub.json b/conf.d/hub.json index bf8495b..0de1a6c 100644 --- a/conf.d/hub.json +++ b/conf.d/hub.json @@ -1,5 +1,5 @@ { - "host" : "selenium.wm.local", + "host" : "0.0.0.0", "port" : 4444, "newSessionWaitTimeout" : -1, "servlets" : [],