Fix the exporting style

This commit is contained in:
Girish Ramakrishnan
2020-08-15 18:19:01 -07:00
parent bd12b0e441
commit 2d607b394c

View File

@@ -1,80 +1,77 @@
'use strict';
exports = module.exports = {
getAppAutoupdatePattern: getAppAutoupdatePattern,
setAppAutoupdatePattern: setAppAutoupdatePattern,
getAppAutoupdatePattern,
setAppAutoupdatePattern,
getBoxAutoupdatePattern: getBoxAutoupdatePattern,
setBoxAutoupdatePattern: setBoxAutoupdatePattern,
getBoxAutoupdatePattern,
setBoxAutoupdatePattern,
getTimeZone: getTimeZone,
setTimeZone: setTimeZone,
getTimeZone,
setTimeZone,
getCloudronName: getCloudronName,
setCloudronName: setCloudronName,
getCloudronName,
setCloudronName,
getCloudronAvatar: getCloudronAvatar,
setCloudronAvatar: setCloudronAvatar,
getCloudronAvatar,
setCloudronAvatar,
getDynamicDnsConfig: getDynamicDnsConfig,
setDynamicDnsConfig: setDynamicDnsConfig,
getDynamicDnsConfig,
setDynamicDnsConfig,
getUnstableAppsConfig: getUnstableAppsConfig,
setUnstableAppsConfig: setUnstableAppsConfig,
getUnstableAppsConfig,
setUnstableAppsConfig,
getBackupConfig: getBackupConfig,
setBackupConfig: setBackupConfig,
setBackupCredentials: setBackupCredentials,
getBackupConfig,
setBackupConfig,
setBackupCredentials,
getPlatformConfig: getPlatformConfig,
setPlatformConfig: setPlatformConfig,
getPlatformConfig,
setPlatformConfig,
getExternalLdapConfig: getExternalLdapConfig,
setExternalLdapConfig: setExternalLdapConfig,
getExternalLdapConfig,
setExternalLdapConfig,
getRegistryConfig: getRegistryConfig,
setRegistryConfig: setRegistryConfig,
getRegistryConfig,
setRegistryConfig,
getLicenseKey: getLicenseKey,
setLicenseKey: setLicenseKey,
getLicenseKey,
setLicenseKey,
getCloudronId: getCloudronId,
setCloudronId: setCloudronId,
getCloudronId,
setCloudronId,
getCloudronToken: getCloudronToken,
setCloudronToken: setCloudronToken,
getCloudronToken,
setCloudronToken,
getSysinfoConfig: getSysinfoConfig,
setSysinfoConfig: setSysinfoConfig,
getSysinfoConfig,
setSysinfoConfig,
getFooter: getFooter,
setFooter: setFooter,
getFooter,
setFooter,
getDirectoryConfig: getDirectoryConfig,
setDirectoryConfig: setDirectoryConfig,
getDirectoryConfig,
setDirectoryConfig,
getAppstoreListingConfig: getAppstoreListingConfig,
setAppstoreListingConfig: setAppstoreListingConfig,
getAppstoreListingConfig,
setAppstoreListingConfig,
getSupportConfig: getSupportConfig,
provider: provider,
getAll: getAll,
initCache: initCache,
getSupportConfig,
provider,
getAll,
initCache,
// these values come from the cache
apiServerOrigin: apiServerOrigin,
webServerOrigin: webServerOrigin,
adminDomain: adminDomain,
setAdmin: setAdmin,
apiServerOrigin,
webServerOrigin,
adminDomain,
setAdmin,
// these values are derived
adminOrigin: adminOrigin,
adminFqdn: adminFqdn,
mailFqdn: mailFqdn,
adminOrigin,
adminFqdn,
mailFqdn,
isDemo: isDemo,
isDemo,
// booleans. if you add an entry here, be sure to fix getAll
DYNAMIC_DNS_KEY: 'dynamic_dns',