diff options
Diffstat (limited to 'modules/bugzilla/templates/params')
-rw-r--r-- | modules/bugzilla/templates/params | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index abe26bd8..a12379fa 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -32,8 +32,8 @@ 'cookiepath' => '/', 'createemailregexp' => '.*', 'cvsroot' => '', - 'debug_group' => 'editbugs', 'cvsroot_get' => '', + 'debug_group' => 'editbugs', 'default_search_limit' => '500', 'defaultopsys' => 'Linux', 'defaultplatform' => 'i586', @@ -54,6 +54,7 @@ 'lxr_url' => '', 'mail_delivery_method' => 'SMTP', 'mailfrom' => 'bugzilla-daemon@<%= domain %>', + 'maintainer' => 'sysadmin@group.<%= domain %>', 'makeproductgroups' => 0, 'maxattachmentsize' => '1000', 'maxlocalattachment' => '0', |