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",