Update build/mediawiki_override/LocalSettings.php

This commit is contained in:
Illya Marchenko 2023-06-25 15:27:37 +03:00
parent d4af5f4621
commit 2584c41c7e

@ -60,6 +60,9 @@ $wgEmailAuthentication = true;
// To enable image uploads, make sure the 'images' directory
// is writable, then set this to true:
$wgEnableUploads = true;
$wgFileExtensions = array_merge($wgFileExtensions, [
'doc', 'xls', 'pdf', 'ppt', 'xlsx',
]);
// $wgUseImageMagick = true;
// $wgImageMagickConvertCommand = "/usr/bin/convert";
// $wgFileExtensions = [];