Integrate APPDB with Bugzilla to use the versions table from Bugzilla.

This commit is contained in:
Tony Lambregts
2004-12-13 03:50:11 +00:00
committed by WineHQ
parent 5642e73425
commit dca5a408cb
6 changed files with 228 additions and 46 deletions

View File

@@ -26,4 +26,14 @@ $userdb_dbpass = "lemonade";
$userdb_dbhost = "localhost";
$userdb_db = "apidb";
/*
* Bugzilla database info
*/
$bugzilla_dbuser = "root";
$bugzilla_dbpass = "";
$bugzilla_dbhost = "localhost";
$bugzilla_db = "bugs";
/* $bugzilla_db_port = 3306; is this needed? I dont think so.*/
$bugzilla_product_id = 1;
?>