diff production.ini @ 1652:8384eaabeb19 beta

configurable clone url - posibility to specify ssh:// manually as alternative clone url.
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 Nov 2011 03:00:53 +0200
parents de71a4bde097
children 5568b0cea3cc
line wrap: on
line diff
--- a/production.ini	Thu Nov 03 02:52:38 2011 +0200
+++ b/production.ini	Thu Nov 03 03:00:53 2011 +0200
@@ -56,6 +56,14 @@
 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        ####
 ####################################