diff --git a/examples/test_server/config.js b/examples/test_server/config.js index 415e1eb..0903669 100644 --- a/examples/test_server/config.js +++ b/examples/test_server/config.js @@ -1,6 +1,7 @@ exports.config = { server_opts: { - sockjs_url: 'http://localhost:8080/lib/sockjs.js', + // sockjs_url: 'http://localhost:8080/lib/sockjs.js', + sockjs_url: 'http://172.16.231.100:8080/lib/sockjs.js', websocket: true },