install.conf

The install.conf file contains the data needed to manage the Review Board installer.

This is an example of a default (unedited) install.conf file. To create your own Review Board installer config file, copy this one into a new file and replace the values with the values appropriate for the application you are integrating.
#Location of the Review Board installation directory
rb_dir=/u1/reviewboard

#Location of the Review Board data directory
rb_data_dir=/opt/collabnet/reviewboard/data

#Review Board site information
domain= myapp.collab.net
rb_database_type=postgresql
rb_database_name=ctfrbdb
rb_database_user=ctfrbuser
rb_database_password=ctfrbpwd
rb_database_host= <database_hostname>
rb_database_port=5432

#CTF Information
ctf_base_url=https://myapp.collab.net
ctf_site_var_dir=/opt/collabnet/teamforge/var