From e45259db64f323fe88b08cf54a2edc1d27fe04df Mon Sep 17 00:00:00 2001 From: cybafelo Date: Mon, 26 Sep 2016 14:19:13 +0000 Subject: [PATCH] gw-3d conf --- config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 89e8f28..bcd28b9 100644 --- a/config.js +++ b/config.js @@ -1,22 +1,22 @@ var config = { vr_pong : { - url: "http://pong.gamewheel.local", + url: "http://pong", port: 3101, debugPort: 3201 }, vr_racer : { - url: "http://racer.gamewheel.local", + url: "http://racer", port: 3102, debugPort: 3202 }, editor : { - url: "http://3d-editor.gamewheel.local", + url: "http://3d-editor.gamewheel.com", port: 3103, debugPort: 3203, cluster: false }, api16 : { - url: "http://api.gamewheel.local", + url: "http://api16.gamewheel.com", port: 3104, debugPort: 3204 }