Skip to content

Commit 61e9ff1

Browse files
authored
Merge pull request #89 from LucaNerlich/LucaNerlich-patch-1
Add core-store.ee_information to default excludes
2 parents 8f11f7e + a41cf84 commit 61e9ff1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,9 @@ In the example below you can see how, and also what the default settings are.
357357
excludedTypes: [],
358358
excludedConfig: [
359359
"core-store.plugin_users-permissions_grant",
360-
"core-store.plugin_upload_metrics",
361-
"core-store.strapi_content_types_schema",
360+
"core-store.plugin_upload_metrics",
361+
"core-store.strapi_content_types_schema",
362+
"core-store.ee_information",
362363
],
363364
},
364365
},
@@ -425,7 +426,7 @@ Specify the names of configs you want to exclude from the syncing process. By de
425426

426427
###### Key: `excludedConfig`
427428

428-
> `required:` NO | `type:` array | `default:` `['core-store.plugin_users-permissions_grant', 'core-store.plugin_upload_metrics', 'core-store.strapi_content_types_schema']`
429+
> `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',]`
429430
430431

431432
## 🤝 Contributing

server/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
"core-store.plugin_users-permissions_grant",
1313
"core-store.plugin_upload_metrics",
1414
"core-store.strapi_content_types_schema",
15+
"core-store.ee_information",
1516
],
1617
},
1718
validator() {},

0 commit comments

Comments
 (0)