implement installation of app bundle

This commit is contained in:
Girish Ramakrishnan
2016-04-04 22:19:15 -07:00
parent 306bef96b4
commit 553509c462
5 changed files with 52 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
/* jslint node: true */
'use strict';
exports = module.exports = {
@@ -84,6 +82,7 @@ function initConfig() {
data.oauthProxyPort = 3003;
data.simpleAuthPort = 3004;
data.provider = 'caas';
data.appBundle = [ ];
if (exports.CLOUDRON) {
data.port = 3000;