From cf1fedc2231c74c4bc73db17131c8d0e8ae07a38 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 16 Sep 2017 22:40:11 -0400 Subject: [PATCH] Add note about disabling git hooks in app.ini --- content/doc/advanced/config-cheat-sheet.en-us.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/doc/advanced/config-cheat-sheet.en-us.md b/content/doc/advanced/config-cheat-sheet.en-us.md index 2546842..3ceaa87 100644 --- a/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/content/doc/advanced/config-cheat-sheet.en-us.md @@ -101,6 +101,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `COOKIE_USERNAME`: Name of the cookie that saves username. - `COOKIE_REMEMBER_NAME`: Name of cookie that saves auto-login information. - `REVERSE_PROXY_AUTHENTICATION_USER`: Header name for reverse proxy authentication username. +- `DISABLE_GIT_HOOKS`: Prevent all users (including admin) from creating custom git hooks (defaults to false) ## OpenID (`openid`)