1<?php
2/**
3 * Default configuration settings for the Bugzilla-links plugin
4 *
5 * @author christian studer <christian.studer@meteotest.ch>
6 */
7$conf['bugzillaserver'] = 'https://bugzilla-server/show_bug.cgi?id=';
8