From 4d90117796db2250b1c48493deda76e5142bae5b Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 27 Mar 2021 16:21:58 +0100 Subject: [PATCH] Exclude webhooks by default --- config/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index d46c723..61bf642 100644 --- a/config/config.json +++ b/config/config.json @@ -4,8 +4,7 @@ "importOnBootstrap": false, "include": [ "core-store", - "role-permissions", - "webhooks" + "role-permissions" ], "exclude": [ "core-store.plugin_users-permissions_grant"