diff --git a/src/settings.js b/src/settings.js index a75459abe..1b828ae5a 100644 --- a/src/settings.js +++ b/src/settings.js @@ -82,12 +82,12 @@ exports = module.exports = { isDemo, - // booleans. if you add an entry here, be sure to fix getAll + // booleans. if you add an entry here, be sure to fix list() DYNAMIC_DNS_KEY: 'dynamic_dns', UNSTABLE_APPS_KEY: 'unstable_apps', DEMO_KEY: 'demo', - // json. if you add an entry here, be sure to fix getAll + // json. if you add an entry here, be sure to fix list() BACKUP_CONFIG_KEY: 'backup_config', SERVICES_CONFIG_KEY: 'services_config', EXTERNAL_LDAP_KEY: 'external_ldap_config',