comparison development.ini @ 3522:7174ee850baa beta

configurable locking codes. - this allows changing the default 423 LOCKED code to 2XX codes which don't break the transactions. Insted it gives users a warning for push.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Mar 2013 22:53:25 +0100
parents c0ac34b8eb07
children 58dcef7eef03
comparison
equal deleted inserted replaced
3521:cebc46122483 3522:7174ee850baa
154 ## alternative return HTTP header for failed authentication. Default HTTP 154 ## alternative return HTTP header for failed authentication. Default HTTP
155 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with 155 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with
156 ## handling that. Set this variable to 403 to return HTTPForbidden 156 ## handling that. Set this variable to 403 to return HTTPForbidden
157 auth_ret_code = 157 auth_ret_code =
158 158
159 ## locking return code. When repository is locked return this HTTP code. 2XX
160 ## codes don't break the transactions while 4XX codes do
161 lock_ret_code = 423
162
163
159 #################################### 164 ####################################
160 ### CELERY CONFIG #### 165 ### CELERY CONFIG ####
161 #################################### 166 ####################################
162 use_celery = false 167 use_celery = false
163 broker.host = localhost 168 broker.host = localhost