Help fund Review Board development! Donate today.

This documentation covers the in-development release of Review Board. You can see the latest stable docs or all previous versions.

General Settings

The General Settings page contains most of the settings you’ll want to change for a new site. It’s split up into the following sections:

Site Settings

In this section you’ll specify where the server lives (on the Internet and geographically) and administrator contacts.

The following settings can be configured:

  • Server:

    The URL of the site. This should include the http:// or https:// but should not contain the subdirectory Review Board is set up to use.

    This setting is required.

  • Media URL:

    The URL to the media files. This can point to a dedicated server, or it can be a path relative to installed Review Board site.

    This setting is optional, and if left blank, the default media path of /media/ is used.

  • Administrator Name:

    The full name of the primary administrator for this Review Board site.

    This setting is required.

  • Administrator E-Mail:

    The e-mail address of the primary administrator for this Review Board site.

    This setting is required.

  • Time Zone:

    The time zone where the server resides. All the timestamps shown for review requests will be based on this time zone.

    It’s important to note that changing the time zone will have no effect on any existing review requests. It will only take effect for new review requests. This is due to a limitation in how the timestamps are stored, and is beyond our control.