changeset 2558:ecdfa7a480d2 beta

Sync test.ini with development.ini
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 06 Jul 2012 15:54:33 +0200
parents 1284b2eaade6
children 0c461d0cb846
files test.ini
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test.ini	Fri Jul 06 00:13:20 2012 +0200
+++ b/test.ini	Fri Jul 06 15:54:33 2012 +0200
@@ -91,7 +91,12 @@
 ## a prefix key for this instance used for cache invalidation when running 
 ## multiple instances of rhodecode, make sure it's globally unique for 
 ## all running rhodecode instances. Leave empty if you don't use it
-instance_id = 
+instance_id =
+
+## alternative return HTTP header for failed authentication. Default HTTP
+## response is 401 HTTPUnauthorized. Currently HG clients have troubles with 
+## handling that. Set this variable to 403 to return HTTPForbidden
+auth_ret_code =
 
 ####################################
 ###        CELERY CONFIG        ####