diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -56,6 +56,14 @@ use_gravatar = true container_auth_enabled = false proxypass_auth_enabled = false +## 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 #### ####################################