<?php
/**
 */

$conf['bugzilla_login'] = '';
$conf['bugzilla_password'] = '';
$conf['bugzilla_baseurl'] = 'https://your.bugzilla.org/';
$conf['tree_depth'] = 3;
$conf['link_default_extras'] = 'dependencies,deadline';
$conf['tree_default_extras'] = 'deadline';
$conf['list_default_extras'] = 'dependencies,deadline';
$conf['severity_threshold_red'] = 'blocker';
$conf['severity_threshold_orange'] = 'major';
$conf['priority_threshold_red'] = 'P1';
$conf['priority_threshold_orange'] = 'P2';
$conf['deadline_threshold_days_red'] = 3;
$conf['deadline_threshold_days_orange'] = 7;
$conf['color_new'] = 'lightblue';
$conf['color_assigned'] = 'darkblue';
$conf['color_reopened'] = 'orange';
$conf['color_resolved_fixed'] = 'green';
$conf['color_resolved_invalid'] = 'gray';
$conf['color_resolved_wontfix'] = 'gray';
$conf['color_resolved_duplicate'] = 'gray';
$conf['color_resolved_worksforme'] = 'gray';
$conf['color_resolved_moved'] = 'gray';
