From 707d703a8eedbbc539f15ca21e5279e9d86d548f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 4 Sep 2023 14:01:46 +0200 Subject: [PATCH] Add some diff between generated and yunohost LocalSettings.php --- conf/LocalSettings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/LocalSettings.php b/conf/LocalSettings.php index 776bd1c..38b3be3 100644 --- a/conf/LocalSettings.php +++ b/conf/LocalSettings.php @@ -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 = [];