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": ":/\\\\",