#=head1 NAME # #.cbrc - Configuration file for CasparBuster # #=head1 SYNOPSIS # #Define the main parameters of the CasparBuster application # #=head1 CONFIGURATION ITEMS # #=over 4 # #=item B # #Define the base directory under which the configuration is stored. #Nature: Mandatory #Key: project #Value: directory hosting the configuration trees #Example: cbbasedir cb = $ENV{'HOME'}/cb # #=cut # cbbasedir cb = $ENV{'HOME'}/cb # #=item B # #Where is stored under that dir the database containing the timestamp information. #Using a hidden file by default # #Nature: Mandatory #Key: project #Value: Define the database file name #Example: cbdatabase cb = .db.cb #=cut # cbdatabase cb = .db.cb # #=item B # #Directory where all the plugin configuration files will be installed. #There are multiple plugin configuration file to support all the services your system #needs to support, and provide support for their files, directies reload script # #Nature: Mandatory #Key: project #Value: This subdirectory placed under /etc/cb (default conf dir) contains the plugin conf files #Example: cbpluginssubdir cb = plugins #=cut # cbpluginssubdir cb = plugins # #=item B # #Configuration Management system (aka VCS) used to store the information #Subversion is the value by default # #Nature: Mandatory #Key: project #Value: svn|git|hg|cvs|none #Example: cbcms cb = svn #=cut # cbcms cb = svn