From a829d8959949dfa342d355666cc7b981a151b44b Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 24 Jan 2017 11:01:30 +0100 Subject: [PATCH] config default updates --- config.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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'