Remove redunandant memory property from config

we have a specific route for this now
This commit is contained in:
Johannes Zellner
2019-12-12 12:14:06 +01:00
parent d6e4b64103
commit 09921e86c0
-1
View File
@@ -134,7 +134,6 @@ function getConfig(callback) {
mailFqdn: settings.mailFqdn(),
version: constants.VERSION,
isDemo: settings.isDemo(),
memory: os.totalmem(),
provider: settings.provider(),
cloudronName: allSettings[settings.CLOUDRON_NAME_KEY],
uiSpec: custom.uiSpec()