summaryrefslogtreecommitdiffstats
path: root/integrations/mysql.ini.tmpl
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-10-07 14:24:14 -0400
committerGitHub <noreply@github.com>2020-10-07 14:24:14 -0400
commite00e8d8ad391ded1316d9dade4d2542199141be6 (patch)
treeb80b6ef6b1c41f9ee8fe7cf4066f27c86cae5bde /integrations/mysql.ini.tmpl
parente0b7727804ab80f5f65166e85bb61308af90d4c1 (diff)
downloadgitea-e00e8d8ad391ded1316d9dade4d2542199141be6.tar.gz
gitea-e00e8d8ad391ded1316d9dade4d2542199141be6.zip
Disable Git Hooks by default (#13064)
* Disable Git Hooks by default Related #13058 * pass tests
Diffstat (limited to 'integrations/mysql.ini.tmpl')
-rw-r--r--integrations/mysql.ini.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/integrations/mysql.ini.tmpl b/integrations/mysql.ini.tmpl
index 1bdd95834c..f10ea9f9d4 100644
--- a/integrations/mysql.ini.tmpl
+++ b/integrations/mysql.ini.tmpl
@@ -110,6 +110,7 @@ COLORIZE = true
LEVEL = Debug
[security]
+DISABLE_GIT_HOOKS = false
INSTALL_LOCK = true
SECRET_KEY = 9pCviYTWSb
-INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ \ No newline at end of file
+INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ