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

Change subject: Deploy BounceHandler in beta wiki
......................................................................


Deploy BounceHandler in beta wiki

This was once deployed, but got surprisingly removed from beta wiki.

Bug: T87624
Change-Id: Icbf78cef3c93f63f1ba7ac557db789eedfa31d66
---
M wmf-config/CommonSettings-labs.php
M wmf-config/InitialiseSettings-labs.php
2 files changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 32e44f8..b5cb8b0 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -145,7 +145,8 @@
        //$wgVERPsecret = ''; // This was set in PrivateSettings.php by Legoktm
        $wgBounceHandlerCluster = false;
        $wgBounceHandlerSharedDB = false;
-       $wgBounceHandlerInternalIPs = array( '127.0.0.1', '::1' );
+       $wgBounceHandlerInternalIPs = array( '127.0.0.1', '::1', '10.68.17.78' 
); //deployment-mx.wmflabs.org
+       $wgBounceHandlerUnconfirmUsers = false;
 }
 
 if ( $wmgUseTimedMediaHandler ) {
diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index fe1eb44..494d999 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -505,6 +505,10 @@
        'wmgUseApiFeatureUsage' => array(
                'default' => true,
        ),
+
+       'wmgUseBounceHandler' => array(
+               'default' => true,
+       ),
 );
 
 } # wmflLabsSettings()

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icbf78cef3c93f63f1ba7ac557db789eedfa31d66
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: 01tonythomas <[email protected]>
Gerrit-Reviewer: 01tonythomas <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Jgreen <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to