Ori.livneh has uploaded a new change for review.

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

Change subject: Change EventLogging endpoint to /beacon/event
......................................................................

Change EventLogging endpoint to /beacon/event

Change-Id: I019944f4276cf2c4944da6c45d171438b87ec415
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 0acadfa..cf11d4c 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2632,11 +2632,11 @@
                // test2wiki has its own Schema: NS.
                $wgEventLoggingDBname = 'test2wiki';
                $wgEventLoggingSchemaApiUri = 
'http://test2.wikipedia.org/w/api.php';
-               $wgEventLoggingBaseUri = "//{$wmfHostnames['bits']}/dummy.gif";
+               $wgEventLoggingBaseUri = "//{$wmgAssetsHost}/beacon/dummy";
                $wgEventLoggingFile = 
"udp://$wmfUdp2logDest/EventLogging-$wgDBname";
        } else {
                // All other wikis reference metawiki.
-               $wgEventLoggingBaseUri = "//{$wmfHostnames['bits']}/event.gif";
+               $wgEventLoggingBaseUri = "//{$wmgAssetsHost}/beacon/event";
                $wgEventLoggingDBname = 'metawiki';
                $wgEventLoggingFile = 'udp://10.64.32.167:8421/EventLogging';  
// eventlog1001.eqiad.wmnet
                $wgEventLoggingSchemaApiUri = 
'http://meta.wikimedia.org/w/api.php';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I019944f4276cf2c4944da6c45d171438b87ec415
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to