From 3e07851f2895028447aa67d5efdd6f64e54c2dc4 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 25 Oct 2016 17:59:38 +0200 Subject: [PATCH] config updates for integration tests --- config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index f7d2201..c43e884 100644 --- a/config.js +++ b/config.js @@ -13,7 +13,13 @@ var config = { url: "http://3d-editor.gamewheel.local", port: 3103, debugPort: 3203, - cluster: false + cluster: false, + default: { + platform: 'gamewheel', + account: 'root', + subAccount: 'root' + }, + uploadPath : '/upload' }, api16: { url: "http://api.gamewheel.local",