comparison development.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 = 25 54 commit_parse_limit = 25
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 ## overwrite schema of clone url
60 # available vars:
61 # scheme - http/https
62 # user - current user
63 # pass - password
64 # netloc - network location
65 # path - usually repo_name
66 # clone_uri = {scheme}://{user}{pass}{netloc}{path}
67
59 #################################### 68 ####################################
60 ### CELERY CONFIG #### 69 ### CELERY CONFIG ####
61 #################################### 70 ####################################
62 use_celery = false 71 use_celery = false
63 broker.host = localhost 72 broker.host = localhost