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:
parent
ccab400056
commit
6bb44e4e2d
1 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?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
|
||||
# need to recreate them later.
|
||||
#
|
||||
|
@ -69,7 +69,7 @@ $wgMemCachedServers = [];
|
|||
|
||||
## To enable image uploads, make sure the 'images' directory
|
||||
## is writable, then set this to true:
|
||||
$wgEnableUploads = false;
|
||||
$wgEnableUploads = true;
|
||||
$wgUseImageMagick = true;
|
||||
$wgImageMagickConvertCommand = "/usr/bin/convert";
|
||||
|
||||
|
@ -79,7 +79,7 @@ $wgUseInstantCommons = false;
|
|||
# Periodically send a pingback to https://www.mediawiki.org/ with basic data
|
||||
# about this MediaWiki instance. The Wikimedia Foundation shares this data
|
||||
# with MediaWiki developers to help guide future development efforts.
|
||||
$wgPingback = false;
|
||||
$wgPingback = true;
|
||||
|
||||
## If you use ImageMagick (or any other shell command) on a
|
||||
## 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
|
||||
## 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";
|
||||
|
||||
# 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.
|
||||
# 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
|
||||
# https://www.mediawiki.org/wiki/Extension:LDAPProvider
|
||||
|
|
Loading…
Reference in a new issue