From e00e8d8ad391ded1316d9dade4d2542199141be6 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 7 Oct 2020 14:24:14 -0400 Subject: Disable Git Hooks by default (#13064) * Disable Git Hooks by default Related #13058 * pass tests --- integrations/mysql8.ini.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'integrations/mysql8.ini.tmpl') diff --git a/integrations/mysql8.ini.tmpl b/integrations/mysql8.ini.tmpl index e87b9c7944..d6fcbc1dd5 100644 --- a/integrations/mysql8.ini.tmpl +++ b/integrations/mysql8.ini.tmpl @@ -83,6 +83,7 @@ LEVEL = Debug [security] +DISABLE_GIT_HOOKS = false INSTALL_LOCK = true SECRET_KEY = 9pCviYTWSb INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ -- cgit v1.2.3