send readonly and dev mode fields

This commit is contained in:
Girish Ramakrishnan
2017-01-19 19:01:29 -08:00
parent c8de557ff7
commit 12ee7b9521

View File

@@ -55,7 +55,9 @@ function removeInternalAppFields(app) {
memoryLimit: app.memoryLimit,
altDomain: app.altDomain,
xFrameOptions: app.xFrameOptions,
sso: app.sso
sso: app.sso,
readonlyRootfs: app.readonlyRootfs,
developmentMode: app.developmentMode
};
}