mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-24 01:24:08 +09:00
Can disable GIT interactions by HTTP protocol
This commit is contained in:
@ -116,6 +116,7 @@ var (
|
||||
MirrorQueueLength int
|
||||
PullRequestQueueLength int
|
||||
PreferredLicenses []string
|
||||
DisableHttpGit bool
|
||||
|
||||
// Repository editor settings
|
||||
Editor struct {
|
||||
|
Reference in New Issue
Block a user