21 lines
460 B
JavaScript
21 lines
460 B
JavaScript
'use strict';
|
|
|
|
export default {
|
|
default: {
|
|
syncDir: "config/sync/",
|
|
minify: false,
|
|
soft: false,
|
|
importOnBootstrap: false,
|
|
customTypes: [],
|
|
excludedTypes: [],
|
|
excludedConfig: [
|
|
"core-store.plugin_users-permissions_grant",
|
|
"core-store.plugin_upload_metrics",
|
|
"core-store.plugin_upload_api-folder",
|
|
"core-store.strapi_content_types_schema",
|
|
"core-store.ee_information",
|
|
],
|
|
},
|
|
validator() {},
|
|
};
|