Fix the exporting style
This commit is contained in:
101
src/settings.js
101
src/settings.js
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user