]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Update prototype.conf to have latest stuff
[bacula/bacula] / regress / prototype.conf
index ceb82e2e275bb1de4a74519ffe71d6f5b5f61e6e..cf6d8c0f3ceac76a4a892d273cdf055c016888b7 100644 (file)
@@ -7,10 +7,8 @@ SMTP_HOST="localhost"
 
 # 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" 
@@ -50,7 +48,7 @@ AUTOCHANGER_PATH="/usr/sbin/mtx"
 # 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"
@@ -99,3 +97,4 @@ WIN32_ADDR="yyyy"
 WIN32_FILE="c:/users/xxxx"
 WIN32_PORT=9102
 WIN32_PASSWORD="zzzzz"
+WIN32_STORE_ADDR="192.0.0.xxx"