jenkins-bot has submitted this change and it was merged.

Change subject: Default schema location to Meta, matching revids in extensions.
......................................................................


Default schema location to Meta, matching revids in extensions.

Change-Id: I8a7e14be395e95053f6c2816cf22269f58e71b15
---
M EventLogging.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/EventLogging.php b/EventLogging.php
index aabdd25..536416e 100644
--- a/EventLogging.php
+++ b/EventLogging.php
@@ -70,13 +70,13 @@
  *
  * @example string: 'http://localhost/wiki/index.php'
  */
-$wgEventLoggingSchemaIndexUri = false;
+$wgEventLoggingSchemaIndexUri = 'http://meta.wikimedia.org/w/index.php';
 
 /**
  * @var bool|string: Value of $wgDBname for the MediaWiki instance
  * housing schemas; false if not set.
  */
-$wgEventLoggingDBname = false;
+$wgEventLoggingDBname = 'metawiki';
 
 
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8a7e14be395e95053f6c2816cf22269f58e71b15
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EventLogging
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>
Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Spage <sp...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to