From d3defaa19b976e7811e95edb5ac5c78f9ef9fa40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Thu, 14 Jul 2016 13:11:44 +0200 Subject: LocalSettings: move database settings --- LocalSettings.archlinux.org.php | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'LocalSettings.archlinux.org.php') diff --git a/LocalSettings.archlinux.org.php b/LocalSettings.archlinux.org.php index 89f8ca92..0129df54 100644 --- a/LocalSettings.archlinux.org.php +++ b/LocalSettings.archlinux.org.php @@ -65,6 +65,23 @@ $wgGitRepositoryViewers['.+projects\.archlinux\.org/vhosts/wiki\.archlinux\.org\ $wgJobRunRate = 0; +## +## Database settings +## + +$wgDBtype = "mysql"; +$wgDBserver = "localhost"; + +# MySQL specific settings +$wgDBprefix = ""; + +# MySQL table options to use during installation or update +$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary"; + +# Experimental charset support for MySQL 5.0. +$wgDBmysql5 = false; + + ## Uncomment this to disable output compression # $wgDisableOutputCompression = true; @@ -80,19 +97,6 @@ $wgEnotifUserTalk = true; # UPO $wgEnotifWatchlist = true; # UPO $wgEmailAuthentication = true; -## Database settings -$wgDBtype = "mysql"; -$wgDBserver = "localhost"; - -# MySQL specific settings -$wgDBprefix = ""; - -# MySQL table options to use during installation or update -$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary"; - -# Experimental charset support for MySQL 5.0. -$wgDBmysql5 = false; - ## Shared memory settings $wgMainCacheType = CACHE_ACCEL; $wgMemCachedServers = array(); -- cgit v1.2.2