custom: refactor code for defaults

This commit is contained in:
Girish Ramakrishnan
2019-05-10 11:19:13 -07:00
parent 7177f82041
commit c1ce2977fa
3 changed files with 32 additions and 13 deletions

View File

@@ -174,7 +174,7 @@ function getConfig(callback) {
memory: os.totalmem(),
provider: config.provider(),
cloudronName: allSettings[settings.CLOUDRON_NAME_KEY],
features: custom.features(),
uiSpec: custom.uiSpec(),
supportEmail: custom.supportEmail()
});
});