add altDomain to install route

This commit is contained in:
Girish Ramakrishnan
2016-04-26 14:40:21 -07:00
parent 9c9f82e2c5
commit d2a3925e04
13 changed files with 47 additions and 34 deletions

View File

@@ -51,7 +51,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', [ ] /* portBindings */, null /* accessRestriction */, 0 /* memoryLimit */, callback);
appdb.add('appid', 'appStoreId', manifest, 'location', [ ] /* portBindings */, null /* accessRestriction */, 0 /* memoryLimit */, null /* altDomain */, callback);
},
function createSettings(callback) {