/** DB host to use when connecting to the Bugzilla db */
define('BUG_TRACK_DB_HOST', 'localhost');
/** name of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_NAME', 'bugs');
/** DB user and password to use for connecting to the Bugzilla db */
define('BUG_TRACK_DB_USER', 'root');
define('BUG_TRACK_DB_PASS', '123');
/** link of the web server */
define('BUG_TRACK_HREF', "http://10.86.6.19/bugzilla/show_bug.cgi?id=");
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://10.86.6.19/bugzilla/index.cgi/");
?>