]> git.sur5r.net Git - bacula/bacula/blob - regress/prototype.conf
Welcome to self-contained regression testing.
[bacula/bacula] / regress / prototype.conf
1 # Where to get the source to be tested
2 BACULA_SOURCE="${HOME}/bacula/bacula"
3
4 # Where to send email   !!!!! Change me !!!!!!!
5 EMAIL=my-name@domain.com
6 SMTP_HOST="localhost"
7
8 # Full "default" path where to find sqlite (no quotes!)
9 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
10 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
11
12 TAPE_DRIVE="/dev/nst0"
13 # if you don't have an autochanger set AUTOCHANGER to /dev/null
14 AUTOCHANGER="/dev/sg0"
15 # For two drive tests -- set to /dev/null if you do not have it 
16 TAPE_DRIVE1="/dev/null"
17
18 # This must be the path to the autochanger including its name
19 AUTOCHANGER_PATH="/usr/sbin/mtx"
20
21 # Set your database here
22 #WHICHDB="--with-sqlite=${SQLITE_DIR}"
23 #WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
24 #WHICHDB="--with-postgresql"
25 WHICHDB="--with-mysql" 
26
27 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
28 TCPWRAPPERS="--with-tcp-wrappers"
29
30 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
31 # to enable it, or provide the path to the OpenSSL installation,
32 # eg "--with-openssl=/usr/local"
33 #   
34 # Note, you can also add any other (as many as you want) special   
35 #  Bacula configuration options here, such as --disable-batch-insert
36 #
37 OPENSSL="--with-openssl"
38
39 # You may put your real host name here, but localhost is valid also
40 #  and it has the advantage that it works on a non-newtworked machine
41 HOST="localhost"
42
43 # see --with-base-port at
44 # http://www.bacula.org/rel-manual/Installing_Bacula.html
45 # You only need to change this if you want to run more than one instance
46 # of regression testing on the same box. You'll need to set BASEPORT
47 # to values that do not overlap.  BASEPORT is the first of three ports
48 # required by each instance, one for each of Dir, SD, and the FD.
49 #
50 BASEPORT=8101