diff --git a/etc/websocket-client.conf b/etc/websocket-client.conf index b9039153e..dd0e9c31c 100644 --- a/etc/websocket-client.conf +++ b/etc/websocket-client.conf @@ -33,7 +33,7 @@ nodes = { type = "websocket", destinations = [ - "http://localhost:8088/test_session" + "http://127.0.0.1:8088/test_session" ] } }