From 25a0eb07fcb7b299a3b642678f292b0bf881eff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 7 Apr 2017 22:44:32 +0200 Subject: Fix dev name --- modules/bugzilla-dev/templates/params | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/bugzilla-dev/templates') 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, -- cgit v1.2.1