From c2f356126363733059dcf6e0994cd540cd4ab01d Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 29 Jul 2023 19:43:38 +0200 Subject: [PATCH] fix: Exclude 'core-store.plugin_upload_api-folder' by default (#92) --- server/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/config.js b/server/config.js index 709748c..2a7266d 100644 --- a/server/config.js +++ b/server/config.js @@ -11,6 +11,7 @@ module.exports = { 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", ],