diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -219,8 +219,13 @@ auth_ret_code = ## 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 #### ####################################