Fix provider usage

* do not send to appstore anymore
* do not set in getStatus/getConfig
* provider is not needed when registering cloudron
This commit is contained in:
Girish Ramakrishnan
2020-06-25 11:07:49 -07:00
parent 85f67c13da
commit 215aa65d5a
6 changed files with 5 additions and 8 deletions

View File

@@ -139,7 +139,6 @@ function getConfig(callback) {
mailFqdn: settings.mailFqdn(),
version: constants.VERSION,
isDemo: settings.isDemo(),
provider: settings.provider(),
cloudronName: allSettings[settings.CLOUDRON_NAME_KEY],
footer: allSettings[settings.FOOTER_KEY] || constants.FOOTER,
features: appstore.getFeatures()