From b4f20185e0ae1fcc62ebdfeccaea5fd4dad3425f Mon Sep 17 00:00:00 2001 From: Luca Nerlich <5942270+LucaNerlich@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:56:26 +0100 Subject: [PATCH] Add core-store.ee_information to default excludes Prevent licence codes from being written to the rep. --- server/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/config.js b/server/config.js index ba1d904..709748c 100644 --- a/server/config.js +++ b/server/config.js @@ -12,6 +12,7 @@ module.exports = { "core-store.plugin_users-permissions_grant", "core-store.plugin_upload_metrics", "core-store.strapi_content_types_schema", + "core-store.ee_information", ], }, validator() {},