2021-10-14 14:37:00 +02:00
|
|
|
'use strict';
|
|
|
|
|
2024-11-06 11:59:15 +01:00
|
|
|
export default {
|
2021-10-14 14:37:00 +02:00
|
|
|
default: {
|
2021-12-28 22:10:04 +01:00
|
|
|
syncDir: "config/sync/",
|
2021-10-14 14:37:00 +02:00
|
|
|
minify: false,
|
2022-11-28 17:00:35 +01:00
|
|
|
soft: false,
|
2021-10-14 14:37:00 +02:00
|
|
|
importOnBootstrap: false,
|
2021-12-31 14:02:11 +01:00
|
|
|
customTypes: [],
|
2021-12-28 22:10:04 +01:00
|
|
|
excludedTypes: [],
|
|
|
|
excludedConfig: [
|
2021-10-14 14:37:00 +02:00
|
|
|
"core-store.plugin_users-permissions_grant",
|
2022-08-08 22:48:48 +02:00
|
|
|
"core-store.plugin_upload_metrics",
|
2023-07-29 19:43:38 +02:00
|
|
|
"core-store.plugin_upload_api-folder",
|
2023-02-15 19:22:09 +01:00
|
|
|
"core-store.strapi_content_types_schema",
|
2023-03-01 11:56:26 +01:00
|
|
|
"core-store.ee_information",
|
2021-10-14 14:37:00 +02:00
|
|
|
],
|
|
|
|
},
|
|
|
|
validator() {},
|
|
|
|
};
|