diff options
author | Thibault Meyer <meyer.thibault@gmail.com> | 2016-09-18 10:54:33 +0200 |
---|---|---|
committer | Thibault Meyer <meyer.thibault@gmail.com> | 2016-09-18 10:54:33 +0200 |
commit | 9d66497abca96905fbeba53bf8983301710d6064 (patch) | |
tree | a2729e6cdf7f4b7be54cd2cf72a49610835b16ce /conf/app.ini | |
parent | 7e15ff9486cde36b76f3d39b7db23f89278acb7d (diff) | |
download | gitea-9d66497abca96905fbeba53bf8983301710d6064.tar.gz gitea-9d66497abca96905fbeba53bf8983301710d6064.zip |
Can disable GIT interactions by HTTP protocol
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 8110ac851d..b0c0a6f43e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -24,6 +24,8 @@ PULL_REQUEST_QUEUE_LENGTH = 1000 ; Preferred Licenses to place at the top of the List ; Name must match file name in conf/license or custom/conf/license PREFERRED_LICENSES = Apache License 2.0,MIT License +; Disable ability to interact with repositories by HTTP protocol +DISABLE_HTTP_GIT= false [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor |