From: Kern Sibbald Date: Sun, 6 Dec 2009 10:49:56 +0000 (+0100) Subject: Update prototype.conf to have latest stuff X-Git-Tag: Release-5.0.0~190 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71f7f04c98eece48ba692619df35a1654a4191f4;p=bacula%2Fbacula Update prototype.conf to have latest stuff --- diff --git a/regress/prototype.conf b/regress/prototype.conf index ceb82e2e27..cf6d8c0f3c 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -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"