<?php

$conf['host']       = 'bugzilla.domain.com';
$conf['url']        = 'http://'.$conf['host'].'/show_bug.cgi?id=';
$conf['xmlrpc.cgi'] = 'http://'.$conf['host'].'/xmlrpc.cgi';

$conf['login']      = 'user@domain.com';
$conf['password']   = 'password';

