diff --git a/rhodecode/bin/template.ini.mako b/rhodecode/bin/template.ini.mako --- a/rhodecode/bin/template.ini.mako +++ b/rhodecode/bin/template.ini.mako @@ -227,9 +227,12 @@ auth_ret_code = <%text>## codes don't break the transactions while 4XX codes do lock_ret_code = 423 -<%text>## allow chaning the repository store location from web interface +<%text>## allows to change the repository location in settings page allow_repo_location_change = True +<%text>## allows to setup custom hooks in settings page +allow_custom_hooks_settings = True + <%text> #################################### ### CELERY CONFIG ####