Update README.md
parent
32764a90ed
commit
b807caa328
23
README.md
23
README.md
|
@ -43,18 +43,17 @@ In the example below you can see how, and also what the default settings are.
|
||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
// ...
|
// ...
|
||||||
'config-sync: {
|
'config-sync: {
|
||||||
destination: "extensions/config-sync/files/",
|
destination: "extensions/config-sync/files/",
|
||||||
minify: false,
|
minify: false,
|
||||||
importOnBootstrap: false,
|
importOnBootstrap: false,
|
||||||
include: [
|
include: [
|
||||||
"core-store",
|
"core-store",
|
||||||
"role-permissions"
|
"role-permissions"
|
||||||
],
|
],
|
||||||
exclude: [
|
exclude: [
|
||||||
"core-store.plugin_users-permissions_grant"
|
"core-store.plugin_users-permissions_grant"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
// ...
|
// ...
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue