Revert "Read the provider from the settings, not the migration PROVIDER_FILE"

This reverts commit 001749564d.

PROVIDER is still very much alive and active. sysinfo provider is for the network
interface
This commit is contained in:
Girish Ramakrishnan
2020-02-07 09:13:33 -08:00
parent 476ba1ad69
commit f155de0f17
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ 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'),