diff --git a/README.md b/README.md index eb918ba..a696bf9 100644 --- a/README.md +++ b/README.md @@ -357,8 +357,9 @@ In the example below you can see how, and also what the default settings are. excludedTypes: [], excludedConfig: [ "core-store.plugin_users-permissions_grant", - "core-store.plugin_upload_metrics", - "core-store.strapi_content_types_schema", + "core-store.plugin_upload_metrics", + "core-store.strapi_content_types_schema", + "core-store.ee_information", ], }, }, @@ -425,7 +426,7 @@ Specify the names of configs you want to exclude from the syncing process. By de ###### Key: `excludedConfig` -> `required:` NO | `type:` array | `default:` `['core-store.plugin_users-permissions_grant', 'core-store.plugin_upload_metrics', 'core-store.strapi_content_types_schema']` +> `required:` NO | `type:` array | `default:` `['core-store.plugin_users-permissions_grant', 'core-store.plugin_upload_metrics', 'core-store.strapi_content_types_schema', 'core-store.ee_information',]` ## 🤝 Contributing diff --git a/server/config.js b/server/config.js index ba1d904..709748c 100644 --- a/server/config.js +++ b/server/config.js @@ -12,6 +12,7 @@ module.exports = { "core-store.plugin_users-permissions_grant", "core-store.plugin_upload_metrics", "core-store.strapi_content_types_schema", + "core-store.ee_information", ], }, validator() {},