1<?php 2 3$conf['host'] = 'bugzilla.domain.com'; 4$conf['url'] = 'http://'.$conf['host'].'/show_bug.cgi?id='; 5$conf['xmlrpc.cgi'] = 'http://'.$conf['host'].'/xmlrpc.cgi'; 6 7$conf['login'] = 'user@domain.com'; 8$conf['password'] = 'password'; 9 10