Skip to content

Commit 3cd0ca2

Browse files
authored
Merge pull request #86 from liarco/patch-1
Fixing default for excludedConfig (README.md)
2 parents ceadfbb + eeeb8cd commit 3cd0ca2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ In the example below you can see how, and also what the default settings are.
356356
customTypes: [],
357357
excludedTypes: [],
358358
excludedConfig: [
359-
"core-store.plugin_users-permissions_grant"
359+
"core-store.plugin_users-permissions_grant",
360+
"core-store.plugin_upload_metrics"
360361
],
361362
},
362363
},
@@ -423,7 +424,7 @@ Specify the names of configs you want to exclude from the syncing process. By de
423424

424425
###### Key: `excludedConfig`
425426

426-
> `required:` NO | `type:` array | `default:` `["core-store.plugin_users-permissions_grant"]`
427+
> `required:` NO | `type:` array | `default:` `['core-store.plugin_users-permissions_grant', 'core-store.plugin_upload_metrics']`
427428
428429

429430
## 🤝 Contributing

0 commit comments

Comments
 (0)