Ori.livneh has uploaded a new change for review.

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


Change subject: $wgEventLoggingSchemaIndexUri => $wgEventLoggingSchemaApiUri
......................................................................

$wgEventLoggingSchemaIndexUri => $wgEventLoggingSchemaApiUri

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


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3702e89..39a52b9 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2395,6 +2395,7 @@
                // test2wiki has its own Schema: NS.
                $wgEventLoggingDBname = 'test2wiki';
                $wgEventLoggingSchemaIndexUri = 
'http://test2.wikipedia.org/w/index.php';
+               $wgEventLoggingSchemaApiUri = 
'http://test2.wikipedia.org/w/api.php';
                $wgEventLoggingBaseUri = '//bits.wikimedia.org/dummy.gif';
                $wgEventLoggingFile = 
"udp://$wmfUdp2logDest/EventLogging-$wgDBname";
        } else {
@@ -2403,6 +2404,7 @@
                $wgEventLoggingDBname = 'metawiki';
                $wgEventLoggingFile = 'udp://10.64.21.123:8421/EventLogging';  
// vanadium
                $wgEventLoggingSchemaIndexUri = 
'http://meta.wikimedia.org/w/index.php';
+               $wgEventLoggingSchemaApiUri = 
'http://meta.wikimedia.org/w/api.php';
        }
        if ( $wgEventLoggingDBname === $wgDBname ) {
                // Bug 45031

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I009820d1d07d7883d703c159b3d60597e253e292
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