jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Ori.livneh: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index e9dd255..27f7677 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2677,7 +2677,7 @@
$wgEventLoggingFile =
"udp://$wmfUdp2logDest/EventLogging-$wgDBname";
} else {
// All other wikis reference metawiki.
- $wgEventLoggingBaseUri = "{$wgServer}/beacon/event";
+ $wgEventLoggingBaseUri = $wgCanonicalServer . '/beacon/event';
$wgEventLoggingDBname = 'metawiki';
$wgEventLoggingFile =
"{$wmfLocalServices['eventlogging']}/EventLogging";
$wgEventLoggingSchemaApiUri =
'https://meta.wikimedia.org/w/api.php';
--
To view, visit https://gerrit.wikimedia.org/r/273006
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4cc836f3ca24a0b0e252d5648e4553d366b39685
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits