Send the edition in the config route

This commit is contained in:
Johannes Zellner
2018-08-22 21:27:42 +02:00
committed by Girish Ramakrishnan
parent baa99d1a44
commit 964da5ee52

View File

@@ -145,6 +145,7 @@ function getConfig(callback) {
version: config.version(),
progress: progress.getAll(),
isDemo: config.isDemo(),
edition: config.edition(),
memory: os.totalmem(),
provider: config.provider(),
cloudronName: allSettings[settings.CLOUDRON_NAME_KEY],