]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Apply patch from Thomas Mueller that adds db parameters to config file
[bacula/bacula] / regress / prototype.conf
index 5af6ba96f49392e7332eb13c912444a4a56b635f..47c14d55487d5dfd94964f5b6eae7aac08f22e59 100644 (file)
@@ -47,6 +47,11 @@ AUTOCHANGER_PATH="/usr/sbin/mtx"
 #WHICHDB="--with-postgresql"
 WHICHDB="--with-mysql" 
 
+# DB parameters
+db_name="regress"
+db_user="regress"
+db_password=
+
 # Set this if you use libdbi framework
 #LIBDBI="dbdriver = "dbi:postgresql"; dbaddress = 127.0.0.1; dbport = 5432"