server/gitea: Allow interacting via HTTP

dehydrated
Felix Stupp 5 years ago
parent 67deed23a0
commit 431f15b91f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -29,7 +29,7 @@ PULL_REQUEST_QUEUE_LENGTH = 1000
; The name here must match the filename in conf/license or custom/conf/license
PREFERRED_LICENSES = Apache License 2.0,MIT License
; Disable the ability to interact with repositories using the HTTP protocol
DISABLE_HTTP_GIT = true
DISABLE_HTTP_GIT = false
; Value for Access-Control-Allow-Origin header, default is not to present
; WARNING: This maybe harmful to you website if you do not give it a right value.
ACCESS_CONTROL_ALLOW_ORIGIN =

Loading…
Cancel
Save