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,