diff development.ini @ 4045:9b4ba12ef8c3

Add ini option to controll custom advanced hooks settings
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 27 Jun 2013 00:47:15 +0200
parents cdf10b3df899
children ef252630aad8
line wrap: on
line diff
--- a/development.ini	Thu Jun 27 00:30:06 2013 +0200
+++ b/development.ini	Thu Jun 27 00:47:15 2013 +0200
@@ -171,7 +171,7 @@
 
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
-## issue tracker RhodeCode (leave blank to disable, absent for default)
+## issue tracker for RhodeCode (leave blank to disable, absent for default)
 #bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
 
 ## issue tracking mapping for commits messages
@@ -219,8 +219,13 @@
 ## codes don't break the transactions while 4XX codes do
 lock_ret_code = 423
 
+## allows to change the repository location in settings page
 allow_repo_location_change = True
 
+## allows to setup custom hooks in settings page
+allow_custom_hooks_settings = True
+
+
 ####################################
 ###        CELERY CONFIG        ####
 ####################################