Revert migration change since some cloudrons already got 4.3.3

This commit is contained in:
Girish Ramakrishnan
2019-11-20 14:11:52 -08:00
parent 82f5cd6075
commit 5efbccd974
6 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ function setup(done) {
function addApp(callback) {
var manifest = { version: '0.0.1', manifestVersion: 1, dockerImage: 'foo', healthCheckPath: '/', httpPort: 3, title: 'ok', addons: { } };
appdb.add('appid', 'appStoreId', manifest, 'location', DOMAIN_0.domain, [ ] /* portBindings */, { installationState: 'installed', runState: 'running' }, callback);
appdb.add('appid', 'appStoreId', manifest, 'location', DOMAIN_0.domain, [ ] /* portBindings */, { installationState: 'installed', runState: 'running', mailboxDomain: DOMAIN_0.domain }, callback);
},
function createSettings(callback) {