diff options
author | Manuel <manuel.kroeber@gmail.com> | 2017-08-26 15:57:41 +0200 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2017-08-26 15:57:41 +0200 |
commit | d9d8fad23054fd6d0e45da5929c7dc6aa13a39d4 (patch) | |
tree | a9f29e3b71a421bab0b61f20b76ac7d5338b317b /conf | |
parent | f61a1d210c4ed6f616b4bee25e8231b5bc67a640 (diff) | |
download | gitea-d9d8fad23054fd6d0e45da5929c7dc6aa13a39d4.tar.gz gitea-d9d8fad23054fd6d0e45da5929c7dc6aa13a39d4.zip |
Add UseCompatSSHURI setting (#2356)
* Add UseCompatSSHURI setting
Signed-off-by: Manuel Kroeber <manuel.kroeber@gmail.com> (+1 squashed commits)
Squashed commits:
[dda2dc79] Add ForceCloneSSHURL setting
Signed-off-by: Manuel Kroeber <manuel.kroeber@gmail.com>
* Make protocol if construct more readable
Signed-off-by: Manuel Kroeber <manuel.kroeber@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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 |