Alexandros Kosiaris has submitted this change and it was merged. (
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(-)
Approvals:
Alexandros Kosiaris: Verified; Looks good to me, approved
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: merged
Gerrit-Change-Id: If34a048d09af901f0d33c1566371dd59dca42418
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits