1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 04:28:21 +00:00

Can disable GIT interactions by HTTP protocol

This commit is contained in:
Thibault Meyer
2016-09-18 10:54:33 +02:00
parent 7e15ff9486
commit 9d66497abc
7 changed files with 40 additions and 13 deletions

View File

@@ -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