diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -56,6 +56,15 @@ use_gravatar = true container_auth_enabled = false proxypass_auth_enabled = false +## overwrite schema of clone url +# available vars: +# scheme - http/https +# user - current user +# pass - password +# netloc - network location +# path - usually repo_name +# clone_uri = {scheme}://{user}{pass}{netloc}{path} + #################################### ### CELERY CONFIG #### ####################################