]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Merge branch 'master' into basejobv3
[bacula/bacula] / regress / prototype.conf
index 665681fc2141d006cb399e11228f860afa510c7d..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
@@ -41,12 +47,6 @@ 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"