comparison 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
comparison
equal deleted inserted replaced
1651:96ae22a4e963 1652:8384eaabeb19
54 commit_parse_limit = 50 54 commit_parse_limit = 50
55 use_gravatar = true 55 use_gravatar = true
56 container_auth_enabled = false 56 container_auth_enabled = false
57 proxypass_auth_enabled = false 57 proxypass_auth_enabled = false
58 58
59 ## available vars
60 ## scheme - http/https
61 ## user - current user
62 ## pass - password
63 ## netloc - network location
64 ## path - usually repo_name
65 clone_uri = {scheme}://{user}{pass}{netloc}{path}
66
59 #################################### 67 ####################################
60 ### CELERY CONFIG #### 68 ### CELERY CONFIG ####
61 #################################### 69 ####################################
62 use_celery = false 70 use_celery = false
63 broker.host = localhost 71 broker.host = localhost