diff options
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/bugzilla-dev/templates/params | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/bugzilla-dev/templates/params b/modules/bugzilla-dev/templates/params index 21269924..8aae84ae 100755 --- a/modules/bugzilla-dev/templates/params +++ b/modules/bugzilla-dev/templates/params @@ -45,7 +45,7 @@ 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', 'emailsuffix' => '', - 'globalwatchers' => 'bugs@ml.<%= domain %>', + 'globalwatchers' => 'bugs-dev@ml.<%= domain %>', 'inbound_proxies' => '', 'insidergroup' => 'secteam', 'letsubmitterchoosemilestone' => 1, @@ -88,11 +88,11 @@ 'smtpserver' => 'localhost', 'specific_search_allow_empty_words' => 1, 'ssl_redirect' => 1, - 'sslbase' => 'https://bugs.<%= domain %>/', + 'sslbase' => 'https://bugs-dev.<%= domain %>/', 'strict_isolation' => 0, 'timetrackinggroup' => '', 'upgrade_notification' => 'latest_stable_release', - 'urlbase' => 'http://bugs.<%= domain %>/', + 'urlbase' => 'http://bugs-dev.<%= domain %>/', 'use_mailer_queue' => 0, 'use_see_also' => 1, 'usebugaliases' => 0, |