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

16 lines
275 B
JavaScript
Raw Normal View History

2021-10-14 14:37:00 +02:00
'use strict';
module.exports = {
default: {
syncDir: "config/sync/",
2021-10-14 14:37:00 +02:00
minify: false,
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",
],
},
validator() {},
};