1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Update a bit LocalSettings.php

This commit is contained in:
Salamandar 2020-06-10 17:31:21 +02:00
parent ccab400056
commit 6bb44e4e2d

View file

@ -1,5 +1,5 @@
<?php <?php
# This file was automatically generated by the MediaWiki 1.32.0 # This file was automatically generated by the MediaWiki 1.33.0
# installer. If you make manual changes, please keep track in case you # installer. If you make manual changes, please keep track in case you
# need to recreate them later. # need to recreate them later.
# #
@ -69,7 +69,7 @@ $wgMemCachedServers = [];
## To enable image uploads, make sure the 'images' directory ## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true: ## is writable, then set this to true:
$wgEnableUploads = false; $wgEnableUploads = true;
$wgUseImageMagick = true; $wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert"; $wgImageMagickConvertCommand = "/usr/bin/convert";
@ -79,7 +79,7 @@ $wgUseInstantCommons = false;
# Periodically send a pingback to https://www.mediawiki.org/ with basic data # Periodically send a pingback to https://www.mediawiki.org/ with basic data
# about this MediaWiki instance. The Wikimedia Foundation shares this data # about this MediaWiki instance. The Wikimedia Foundation shares this data
# with MediaWiki developers to help guide future development efforts. # with MediaWiki developers to help guide future development efforts.
$wgPingback = false; $wgPingback = true;
## If you use ImageMagick (or any other shell command) on a ## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an ## Linux server, this will need to be set to the name of an
@ -88,7 +88,7 @@ $wgShellLocale = "C.UTF-8";
## Set $wgCacheDirectory to a writable directory on the web server ## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not ## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web. ## be publicly accessible from the web.
#$wgCacheDirectory = "$IP/cache"; #$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/data/Names.php # Site language code, should be one of the list in ./languages/data/Names.php
@ -127,7 +127,9 @@ wfLoadSkin( 'Vector' );
# End of automatically generated settings. # End of automatically generated settings.
# Add more configuration options below. # Add more configuration options below.
# Plugins # Enabled extensions. Most of the extensions are enabled by adding
# wfLoadExtensions('ExtensionName');
# to LocalSettings.php. Check specific extension documentation for more details.
# LDAPProvider # LDAPProvider
# https://www.mediawiki.org/wiki/Extension:LDAPProvider # https://www.mediawiki.org/wiki/Extension:LDAPProvider