Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/273006

Change subject: Fully-qualify EventLoggingBaseUri
......................................................................

Fully-qualify EventLoggingBaseUri

So it can be used from PHP.

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


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index a843034..53883b6 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2674,7 +2674,7 @@
                // test2wiki has its own Schema: NS.
                $wgEventLoggingDBname = 'test2wiki';
                $wgEventLoggingSchemaApiUri = 
'https://test2.wikipedia.org/w/api.php';
-               $wgEventLoggingBaseUri = "{$wgServer}/beacon/dummy";
+               $wgEventLoggingBaseUri = "https:{$wgServer}/beacon/dummy";
                $wgEventLoggingFile = 
"udp://$wmfUdp2logDest/EventLogging-$wgDBname";
        } else {
                // All other wikis reference metawiki.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4cc836f3ca24a0b0e252d5648e4553d366b39685
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to