Catrope has submitted this change and it was merged.

Change subject: Set $wgVisualEditorParsoidProblemReportURL explicitly
......................................................................


Set $wgVisualEditorParsoidProblemReportURL explicitly

Would point to a private IP (LVS VIP for Parsoid Varnish) instead

Change-Id: I938e4a31c3daaf0e52e4006208a76317bcd8e051
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  Jforrester: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3684949..8f8cd3c 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2180,6 +2180,7 @@
        );
        $wgVisualEditorParsoidURL = 'http://' . 
$wmgVisualEditorParsoidHosts[$wmfDatacenter] . ':6081';
        $wgVisualEditorParsoidPrefix = $wmgVisualEditorParsoidPrefix;
+       $wgVisualEditorParsoidProblemReportURL = 
'http://parsoid.wmflabs.org/_bugs/';
        $wgVisualEditorNamespaces = $wmgVisualEditorNamespaces;
 
        // VisualEditor namespace

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

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

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

Reply via email to