From ec2a6bf53e56a7a474f76a7516fc4961fb205d58 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 1 Nov 2016 14:06:08 +0100 Subject: [PATCH] reset to local --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 7d174bc..3e84b70 100644 --- a/config.js +++ b/config.js @@ -10,7 +10,7 @@ var config = { debugPort: 3202 }, editor: { - url: "http://3d-editor.gamewheel.com", + url: "http://3d-editor.gamewheel.local", port: 3103, debugPort: 3203, cluster: false, @@ -22,7 +22,7 @@ var config = { uploadPath : '/uploads' }, api16: { - url: "http://api16.gamewheel.com", + url: "http://api.gamewheel.local", port: 3104, debugPort: 3204, cluster: false,