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

Add some diff between generated and yunohost LocalSettings.php

This commit is contained in:
Félix Piédallu 2023-09-04 14:01:46 +02:00
parent a57f90c0e1
commit 707d703a8e

View file

@ -63,6 +63,10 @@ $wgDBprefix = "mdk_";
# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Shared database table
# This has no effect unless $wgSharedDB is also set.
$wgSharedTables[] = "actor";
## Shared memory settings
$wgMainCacheType = CACHE_NONE;
$wgMemCachedServers = [];