/** The DB host to use when connecting to the mantis db */ define('BUG_TRACK_DB_HOST', 'calypso'); /** The name of the database that contains the mantis tables */ define('BUG_TRACK_DB_NAME', 'mantis_bt'); /** The DB type being used by mantis */ define('BUG_TRACK_DB_USER', 'mantis_bt_user'); /** The DB password to use for connecting to the mantis db */ define('BUG_TRACK_DB_PASS', 'mantis_bt_password'); /** link to the bugtracking system, for viewing bugs */ define('BUG_TRACK_HREF', "http://calypso/mantis/view.php?id="); /** link to the bugtracking system, for entering new bugs */ define('BUG_TRACK_ENTER_BUG_HREF',"http://calypso/mantis/"); |