Skip to content

Commit

Permalink
Hardcoding ip in the config is a wrong idea
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Mar 15, 2012
1 parent 8831bd1 commit 4e8dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_server/config.js
@@ -1,6 +1,6 @@
exports.config = {
server_opts: {
sockjs_url: 'http://10.20.219.170:8080/lib/sockjs.js',
sockjs_url: 'http://localhost:8080/lib/sockjs.js',
websocket: true
},

Expand Down

0 comments on commit 4e8dc1c

Please sign in to comment.