aboutsummaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
authorPawel Boguslawski <pawel.boguslawski@ib.pl>2022-01-31 15:12:47 +0100
committerAndrew Thornton <art27@cantab.net>2022-04-26 22:06:58 +0100
commit85579dcab533bca41f9789b7edef805645acf5ff (patch)
treecc55f1ec7b2b781664dd2a4c7cb4522dd4135d74 /custom/conf
parent076eaad7430dd80f202446487c99e95e8d803ab3 (diff)
downloadgitea-85579dcab533bca41f9789b7edef805645acf5ff.tar.gz
gitea-85579dcab533bca41f9789b7edef805645acf5ff.zip
Disable unnecessary GitHooks elements
This mod fixes disabling unnecessary GitHooks elements. Related: https://github.com/go-gitea/gitea/pull/13129 Author-Change-Id: IB#1115251
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.example.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 4b5c2b1022..cbfde9c8d8 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -398,6 +398,7 @@ INTERNAL_TOKEN=
;; By modifying the Gitea database, users can gain Gitea administrator privileges.
;; It also enables them to access other resources available to the user on the operating system that is running the Gitea instance and perform arbitrary actions in the name of the Gitea OS user.
;; WARNING: This maybe harmful to you website or your operating system.
+;; WARNING: Setting this to true does not change existing hooks in git repos; adjust it before if necessary.
;DISABLE_GIT_HOOKS = true
;;
;; Set to true to disable webhooks feature.