strapi-plugin-config-sync/server/config.js

21 lines
460 B
JavaScript
Raw Permalink Normal View History

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: {
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: [],
excludedTypes: [],
excludedConfig: [
2021-10-14 14:37:00 +02:00
"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",
2021-10-14 14:37:00 +02:00
],
},
validator() {},
};