From d9d8fad23054fd6d0e45da5929c7dc6aa13a39d4 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 26 Aug 2017 15:57:41 +0200 Subject: Add UseCompatSSHURI setting (#2356) * Add UseCompatSSHURI setting Signed-off-by: Manuel Kroeber (+1 squashed commits) Squashed commits: [dda2dc79] Add ForceCloneSSHURL setting Signed-off-by: Manuel Kroeber * Make protocol if construct more readable Signed-off-by: Manuel Kroeber --- conf/app.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/app.ini b/conf/app.ini index e704067b36..3333434230 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -23,6 +23,8 @@ PULL_REQUEST_QUEUE_LENGTH = 1000 PREFERRED_LICENSES = Apache License 2.0,MIT License ; Disable ability to interact with repositories by HTTP protocol DISABLE_HTTP_GIT = false +; Force ssh:// clone url instead of scp-style uri when default SSH port is used +USE_COMPAT_SSH_URI = false [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor -- cgit v1.2.3