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

Change subject: Let Beta Cluster Commons do upload-from-URL from production 
Commons
......................................................................


Let Beta Cluster Commons do upload-from-URL from production Commons

Change-Id: Ia60be5a123288bdc18eab0b6b93beb1802fbe300
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 9b2b734..a8a9538 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -659,6 +659,10 @@
                'wmgUseCollection' => array(
                        'zhwiki' => true, // T128425
                ),
+               // Let Beta Cluster Commons do upload-from-URL from production 
Commons.
+               'wgCopyUploadsDomains' => array(
+                       '+commonswiki' => array( 'upload.wikimedia.org' )
+               ),
                'wgMaxUploadSize' => array(
                // Affects URL uploads and chunked uploads (experimental).
                // Limit on other web uploads is enforced by PHP.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia60be5a123288bdc18eab0b6b93beb1802fbe300
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to