# Full "default" path where to find sqlite (no quotes!)
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"
# DB parameters
db_name="regress"
db_user="regress"
-db_password=
+db_password=""
# Set this if you use libdbi framework
#LIBDBI="dbdriver = "dbi:postgresql"; dbaddress = 127.0.0.1; dbport = 5432"
WIN32_FILE="c:/users/xxxx"
WIN32_PORT=9102
WIN32_PASSWORD="zzzzz"
+WIN32_STORE_ADDR="192.0.0.xxx"