]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Change text
[bacula/bacula] / regress / prototype.conf
index b91f778898e4f1d343284ccf57145034babf7a71..47c14d55487d5dfd94964f5b6eae7aac08f22e59 100644 (file)
@@ -32,6 +32,12 @@ SLOT2=2
 # For two drive tests -- set to /dev/null if you do not have it 
 TAPE_DRIVE1="/dev/null"
 
+# Set this if you are using fake tape driver
+#USE_VTAPE=yes
+
+# 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"
 
@@ -41,6 +47,11 @@ AUTOCHANGER_PATH="/usr/sbin/mtx"
 #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"