Changeset - ecdfa7a480d2
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-06 15:54:33
marcin@python-works.com
Sync test.ini with development.ini
1 file changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
test.ini
Show inline comments
 
@@ -88,13 +88,18 @@ issue_server_link = https://myissueserve
 
issue_prefix = #
 

	
 
## instance-id 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        ####
 
####################################
 
use_celery = false
 
broker.host = localhost
0 comments (0 inline, 0 general)