Lab Settings#

RhodeCode Enterprise Lab Settings is for delivering features which may require an additional level of support to optimize for production scenarios. To enable lab settings, use the following instructions:

  1. Open the RhodeCode Enterprise configuration file, config/_shared/rhodecode.ini

  2. Add the following configuration option in the [app:main] section.

[app:main]

## Display extended labs settings
labs_settings_active = true
  1. Restart your RhodeCode Enterprise instance

$ rccontrol restart enterprise-1
  1. You will see the labs setting on the Admin ‣ Settings ‣ labs page.

../_images/lab-setting.png