Last change
on this file since 1664 was 1664, checked in by Bruno Cornec, 12 years ago |
- Remove the now useless parameter cbusemachines
- Do not chmod files as they are incoreect now. Will need the plugin and rpm setup to be developped to support it much better
|
File size:
1.4 KB
|
Line | |
---|
1 | #=head1 NAME
|
---|
2 | #
|
---|
3 | #.cbrc - Configuration file for CasparBuster
|
---|
4 | #
|
---|
5 | #=head1 SYNOPSIS
|
---|
6 | #
|
---|
7 | #Define the main parameters of the CasparBuster application
|
---|
8 | #
|
---|
9 | #=head1 CONFIGURATION ITEMS
|
---|
10 | #
|
---|
11 | #=over 4
|
---|
12 | #
|
---|
13 | #=item B<cbbasedir>
|
---|
14 | #
|
---|
15 | #Define the base directory under which the configuration is stored.
|
---|
16 | #Nature: Mandatory
|
---|
17 | #Key: project
|
---|
18 | #Value: directory hosting the configuration trees
|
---|
19 | #Example: cbbasedir cb = $ENV{'HOME'}/cb
|
---|
20 | #
|
---|
21 | #=cut
|
---|
22 | #
|
---|
23 | cbbasedir cb = $ENV{'HOME'}/cb
|
---|
24 | #
|
---|
25 | #=item B<cbdatabase>
|
---|
26 | #
|
---|
27 | #Where is stored under that dir the database containing the timestamp information.
|
---|
28 | #Using a hidden file by default
|
---|
29 | #
|
---|
30 | #Nature: Mandatory
|
---|
31 | #Key: project
|
---|
32 | #Value: Define the database file name
|
---|
33 | #Example: cbdatabase cb = .db.cb
|
---|
34 | #=cut
|
---|
35 | #
|
---|
36 | cbdatabase cb = .db.cb
|
---|
37 | #
|
---|
38 | #=item B<cbpluginssubdir>
|
---|
39 | #
|
---|
40 | #Directory where all the plugin configuration files will be installed.
|
---|
41 | #There are multiple plugin configuration file to support all the services your system
|
---|
42 | #needs to support, and provide support for their files, directies reload script
|
---|
43 | #
|
---|
44 | #Nature: Mandatory
|
---|
45 | #Key: project
|
---|
46 | #Value: This subdirectory placed under /etc/cb (default conf dir) contains the plugin conf files
|
---|
47 | #Example: cbpluginssubdir cb = plugins
|
---|
48 | #=cut
|
---|
49 | #
|
---|
50 | cbpluginssubdir cb = plugins
|
---|
51 | #
|
---|
52 | #=item B<cbcms>
|
---|
53 | #
|
---|
54 | #Configuration Management system (aka VCS) used to store the information
|
---|
55 | #Subversion is the value by default
|
---|
56 | #
|
---|
57 | #Nature: Mandatory
|
---|
58 | #Key: project
|
---|
59 | #Value: svn|git|hg|cvs|none
|
---|
60 | #Example: cbcms cb = svn
|
---|
61 | #=cut
|
---|
62 | #
|
---|
63 | cbcms cb = svn
|
---|
Note:
See
TracBrowser
for help on using the repository browser.