Switch to official Mediawiki image + update to 1.35

Closes #4, #8
This commit is contained in:
3wc
2020-10-24 03:56:51 +02:00
parent db6595c52c
commit f05d45ee52
3 changed files with 11 additions and 6 deletions

View File

@ -151,7 +151,7 @@ $wgVisualEditorAllowLossySwitching = false;
$wgVirtualRestConfig['modules']['parsoid'] = [
// URL to the Parsoid instance - use port 8142 if you use the Debian package - the parameter 'URL' was first used but is now deprecated (string)
'url' => 'http://localhost:8000/',
'url' => 'http://parsoid:8000/',
// Parsoid "domain" (string, optional) - MediaWiki >= 1.26
'domain' => 'localhost',
// Parsoid "prefix" (string, optional) - deprecated since MediaWiki 1.26, use 'domain'