From 911330f6cb50a147fa5f743c9013afcf37b582cc Mon Sep 17 00:00:00 2001 From: Siddharth VP Date: Sun, 30 May 2021 03:03:31 +0530 Subject: [PATCH] config: use WMF wiki defaults than MW defaults WMF wikis use a `/w` script path. Use test.wikipedia.org as the default wgServer. --- lib/mediawiki.base/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/mediawiki.base/config.json b/lib/mediawiki.base/config.json index 280f1dc..4e2c1d8 100644 --- a/lib/mediawiki.base/config.json +++ b/lib/mediawiki.base/config.json @@ -27,10 +27,10 @@ "wgUserEditCount": 4200, "wgUserRegistration": 1401893192000, - "wgServer": "http://localhost:8080", - "wgScript": "/index.php", - "wgArticlePath": "/index.php/$1", - "wgScriptPath": "", + "wgServer": "//test.wikipedia.org", + "wgScript": "/w/index.php", + "wgArticlePath": "/wiki/$1", + "wgScriptPath": "/w", "wgContentLanguage": "en", "wgLegalTitleChars": " %!\"$&'()*,\\-./0-9:;=?@A-Z\\\\\\^_`a-z~+\\u0080-\\uFFFF", "wgIllegalFileChars": ":/\\\\",