From 4bac3bc35bf760ecf579c8d808339d29034c7b80 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 27 Sep 2016 11:12:32 +0200 Subject: [PATCH] options --- config.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 8b3a135..6b0fb34 100644 --- a/config.js +++ b/config.js @@ -1,22 +1,22 @@ var config = { vr_pong: { - url: "http://pong", + url: "http://pong.gamewheel.local", port: 3101, debugPort: 3201 }, vr_racer: { - url: "http://racer", + url: "http://racer.gamewheel.local", port: 3102, debugPort: 3202 }, editor: { - url: "http://3d-editor.gamewheel.com", + url: "http://3d-editor.gamewheel.local", port: 3103, debugPort: 3203, cluster: false }, api16: { - url: "http://api16.gamewheel.com", + url: "http://api.gamewheel.local", port: 3104, debugPort: 3204, mailer: { @@ -29,6 +29,8 @@ var config = { mongodb: { host: 'mongodb://127.0.0.1', db: 'gamewheel', + port: 27017, + shardPort: 27018, options: { db: { native_parser: true