comparison production.ini @ 2132:9f5582151d53 beta

Alternative HTTP response codes when client failed to Authenticate correctly
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 16 Mar 2012 23:58:05 +0200
parents 04d26165c3d9
children 50aa7cb78cfe
comparison
equal deleted inserted replaced
2131:d683d8bc4be3 2132:9f5582151d53
91 ## a prefix key for this instance used for cache invalidation when running 91 ## a prefix key for this instance used for cache invalidation when running
92 ## multiple instances of rhodecode, make sure it's globally unique for 92 ## multiple instances of rhodecode, make sure it's globally unique for
93 ## all running rhodecode instances. Leave empty if you don't use it 93 ## all running rhodecode instances. Leave empty if you don't use it
94 instance_id = 94 instance_id =
95 95
96 ## alternative return HTTP header for failed authentication. Default HTTP
97 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with
98 ## handling that. Set this variable to 403 to return HTTPForbidden
99 auth_ret_code =
100
96 #################################### 101 ####################################
97 ### CELERY CONFIG #### 102 ### CELERY CONFIG ####
98 #################################### 103 ####################################
99 use_celery = false 104 use_celery = false
100 broker.host = localhost 105 broker.host = localhost