X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fprototype.conf;h=47c14d55487d5dfd94964f5b6eae7aac08f22e59;hb=2d5c8b4608b0ae298a6780b9ccbe6b198bf2a054;hp=4e6638e9c2b8075ff39cf175cefa3a5bba7a9bcd;hpb=ef03f877b1ff24233766a62bea9cee8d6e2d2621;p=bacula%2Fbacula diff --git a/regress/prototype.conf b/regress/prototype.conf index 4e6638e9c2..47c14d5548 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -33,7 +33,10 @@ 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 vtape +AUTOCHANGER_SCRIPT=mtx-changer # This must be the path to the autochanger including its name AUTOCHANGER_PATH="/usr/sbin/mtx" @@ -44,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"