jenkins-bot has submitted this change and it was merged.

Change subject: Modify $wmgAddWikiNotify for use by notifyNewProjects
......................................................................


Modify $wmgAddWikiNotify for use by notifyNewProjects

Change-Id: I5608279533bd0fd75c42c214cef0eb386fbdee9e
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 26d6615..2068090 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -284,8 +284,8 @@
 $wgCacheDirectory = '/tmp/mw-cache-' . $wmfVersionNumber;
 $wgGitInfoCacheDirectory = "$IP/cache/gitinfo";
 
-// Whether addWiki.php should send email
-$wmgAddWikiNotify = true;
+// @var string|bool: E-mail address to send notifications to, or false to 
disable notifications.
+$wmgAddWikiNotify = "[email protected]";
 
 // Comment out the following lines to get the old-style l10n caching -- TS 
2011-02-22
 $wgLocalisationCacheConf['storeDirectory'] = "$IP/cache/l10n";

-- 
To view, visit https://gerrit.wikimedia.org/r/168701
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5608279533bd0fd75c42c214cef0eb386fbdee9e
Gerrit-PatchSet: 6
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: John F. Lewis <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to