Read the provider from the settings, not the migration PROVIDER_FILE

This commit is contained in:
Johannes Zellner
2020-01-13 15:35:44 +01:00
parent ffcba4646c
commit 001749564d
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -18,7 +18,6 @@ exports = module.exports = {
INFRA_VERSION_FILE: path.join(baseDir(), 'platformdata/INFRA_VERSION'),
LICENSE_FILE: '/etc/cloudron/LICENSE',
PROVIDER_FILE: '/etc/cloudron/PROVIDER',
PLATFORM_DATA_DIR: path.join(baseDir(), 'platformdata'),
APPS_DATA_DIR: path.join(baseDir(), 'appsdata'),