]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
27Feb06
[bacula/bacula] / regress / prototype.conf
index 14592a3f944de5351e490689c44feacc6a539a06..21068789c76240bafac8ab168ba6b990153de25e 100644 (file)
@@ -12,6 +12,7 @@ BACULA_SOURCE=
 # Where to send email messages
 #
 EMAIL=
+SMTP_HOST=localhost
 
 # Full "default" path where to find sqlite. 
 # This is only used if you do not specify a database override on the
@@ -25,6 +26,7 @@ SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 # The device name of your tape drive if you have one
 #
 TAPE_DRIVE=/dev/nst0
+TAPE_DRIVE1=/dev/null
 
 #
 # if you don't have an autochanger set AUTOCHANGER to /dev/null
@@ -35,3 +37,15 @@ AUTOCHANGER=/dev/sg0
 # This must be the path to the autochanger including its name
 #
 AUTOCHANGER_PATH=/bin/mtx
+
+# Set your database here
+WHICHDB?="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-mysql=${HOME}/mysql"
+
+# Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
+TCPWRAPPERS="--with-tcp-wrappers"
+
+# Set this to "" to disable OpenSSL support, "--with-openssl=yes"
+# to enable it, or provide the path to the OpenSSL installation,
+# eg "--with-openssl=/usr/local"
+OPENSSL=""