diff --git a/config.js b/config.js index 2477843..fc302f3 100644 --- a/config.js +++ b/config.js @@ -24,10 +24,10 @@ var config = { uploadPath: '/uploads' }, api16: { - url: "http://api16.gamewheel.com", + url: "http://api16.gamewheel.com" }, api16pong: { - url: "http://api16pong.gamewheel.com", + url: "http://api16pong.gamewheel.com" }, tools: { url: "http://tools.gamewheel.com", @@ -60,7 +60,14 @@ var config = { url: 'http://gate.gamewheel.com' }, editor_v2: { - url: 'http://3d-editor-v2.gamewheel.com' + url: 'http://3d-editor-v2.gamewheel.com', + default: { + platform: 'gamewheel', + account: 'root', + subAccount: 'root', + nameOfTheGame: 'test' + }, + uploadPath: '/uploads' }, api_v2: { url: 'http://api-v2.gamewheel.com'