# HG changeset patch
# User Marcin Kuzminski <marcin@python-works.com>
# Date 2012-07-06 13:54:33
# Node ID ecdfa7a480d2778f71b7be9ea40dc4624aa5321c
# Parent  1284b2eaade60671394cdb76cdcc909d27bfe306

Sync test.ini with development.ini

diff --git a/test.ini b/test.ini
--- a/test.ini
+++ b/test.ini
@@ -91,7 +91,12 @@ issue_prefix = #
 ## 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        ####