diff --git a/config.js b/config.js index 1086458..04245fb 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,11 @@ var config = { vr_pong: { - url: "http://demo.gamewheel.com/vr_pong", + url: "http://pong", port: 3101, debugPort: 3201 }, vr_racer: { - url: "http://demo.gamewheel.com/vr_racer", + url: "http://racer", port: 3102, debugPort: 3202 }, @@ -29,6 +29,8 @@ var config = { mongodb: { host: 'mongodb://127.0.0.1', db: 'gamewheel', + port: 27017, + shardPort: 27018, options: { db: { native_parser: true @@ -50,6 +52,6 @@ var config = { }; if (typeof module !== 'undefined') { - module.exports = config; + module.exports = config; }