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:
parent
a57f90c0e1
commit
707d703a8e
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ $wgDBprefix = "mdk_";
|
||||||
# MySQL table options to use during installation or update
|
# MySQL table options to use during installation or update
|
||||||
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
|
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
|
||||||
|
|
||||||
|
# Shared database table
|
||||||
|
# This has no effect unless $wgSharedDB is also set.
|
||||||
|
$wgSharedTables[] = "actor";
|
||||||
|
|
||||||
## Shared memory settings
|
## Shared memory settings
|
||||||
$wgMainCacheType = CACHE_NONE;
|
$wgMainCacheType = CACHE_NONE;
|
||||||
$wgMemCachedServers = [];
|
$wgMemCachedServers = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue