]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
regress: Add more debug in prune-migration-test
[bacula/bacula] / regress / prototype.conf
index 814f2c06a794a6ff9a6f0c74468a5d93b5046f49..f734facb89c880893737d31446e0586c8734b0e2 100644 (file)
@@ -8,10 +8,12 @@ SMTP_HOST="localhost"
 # Full "default" path where to find sqlite (no quotes!)
 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
 
+# Set what backend to use "postresql" "mysql" or "sqlite3"
+DBTYPE="postgresql"
+
 # Set your database here
-#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
-#WHICHDB="--with-postgresql"
-WHICHDB="--with-mysql" 
+#WHICHDB="--with-${DBTYPE}=${SQLITE3_DIR}"
+WHICHDB="--with-${DBTYPE}" 
 
 # set to /dev/null if you do not have a tape drive
 # Note this is used for both the tape tests and the
@@ -87,6 +89,9 @@ BASEPORT=8101
 #
 SITE_NAME=<your-name>-bacula-${HOST}
 
+# If you want to use the full source tree to run test uncomment this
+# KEEP_SOURCE=yes
+
 #
 # The following are used only if you want to run Win32 tests, which
 #   is a real pain since the Win32 machine is not localhost and you
@@ -108,3 +113,5 @@ WIN32_FILE="c:/users/xxxx"
 WIN32_PORT=9102
 # Win32 Client password
 WIN32_PASSWORD="zzzzz"
+# Where the win32 client will have to contact the SD
+WIN32_STORE_ADDR="zzzz"