server/gitea: Use scp-style uri for ssh cloning

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

@ -34,7 +34,7 @@ DISABLE_HTTP_GIT = false
; WARNING: This maybe harmful to you website if you do not give it a right value.
ACCESS_CONTROL_ALLOW_ORIGIN =
; Force ssh:// clone url instead of scp-style uri when default SSH port is used
USE_COMPAT_SSH_URI = true
USE_COMPAT_SSH_URI = false
; Close issues as long as a commit on any branch marks it as fixed
DEFAULT_CLOSE_ISSUES_VIA_COMMITS_IN_ANY_BRANCH = false

Loading…
Cancel
Save