]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Fix bug #1382 newly created disk volumes -> file not found warning
[bacula/bacula] / regress / prototype.conf
index b822d6b5608d4ce093e38cfcc8610a75e2c01eeb..9458c8099f352408502e1ade97892eae5299f894 100644 (file)
@@ -9,6 +9,12 @@ SMTP_HOST="localhost"
 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 
+# Set your database here
+#WHICHDB="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
+#WHICHDB="--with-postgresql"
+WHICHDB="--with-mysql" 
+
 # set to /dev/null if you do not have a tape drive
 # Note this is used for both the tape tests and the
 #   autochanger
@@ -33,22 +39,22 @@ SLOT2=2
 TAPE_DRIVE1="/dev/null"
 
 # Set this if you are using fake tape driver
-#USE_FAKETAPE=--enable-faketape
+#USE_VTAPE=yes
 
-# Change this to use disk-changer with faketape
+# Change this to use disk-changer with vtape
 AUTOCHANGER_SCRIPT=mtx-changer
 
 # This must be the path to the autochanger including its name
 AUTOCHANGER_PATH="/usr/sbin/mtx"
 
-# Set your database here
-#WHICHDB="--with-sqlite=${SQLITE_DIR}"
-#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
-#WHICHDB="--with-postgresql"
-WHICHDB="--with-mysql" 
+# DB parameters
+db_name="regress"
+db_user="regress"
+db_password=
 
 # Set this if you use libdbi framework
 #LIBDBI="dbdriver = "dbi:postgresql"; dbaddress = 127.0.0.1; dbport = 5432"
+#LIBDBI="dbdriver = "dbi:sqlite"; dbaddress = 127.0.0.1; dbport = 0"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"