Alexandros Kosiaris has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/393930 )

Change subject: ORES: Fix $wgOresBaseUrl
......................................................................

ORES: Fix $wgOresBaseUrl

Add the TCP port and use http instead of https

Bug: T181538
Change-Id: If34a048d09af901f0d33c1566371dd59dca42418
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/30/393930/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 95a5ff9..93ab2d5 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -3415,7 +3415,7 @@
 
 if ( $wmgUseORES ) {
        wfLoadExtension( 'ORES' );
-       $wgOresBaseUrl = 'https://ores.discovery.wmnet/';
+       $wgOresBaseUrl = 'http://ores.discovery.wmnet:8081/';
        $wgDefaultUserOptions['oresDamagingPref'] = 
$wmgOresDefaultSensitivityLevel;
 
        // Backwards compatibility for upcoming config format change

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If34a048d09af901f0d33c1566371dd59dca42418
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

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

Reply via email to