diff --git a/node_utils.js b/node_utils.js index 38c9b1c1cc..88f1206e43 100644 --- a/node_utils.js +++ b/node_utils.js @@ -12,7 +12,7 @@ dns.setDefaultResultOrder("ipv4first"); function get_conf() { // defaults var conf = { - socketio_port: 3000, + socketio_port: 9000, }; var read_config = function (file_path) {