]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" working...
authorDylan Hardison <dylan@mozilla.com>
Wed, 10 Feb 2016 04:20:53 +0000 (23:20 -0500)
committerDylan Hardison <dylan@mozilla.com>
Wed, 10 Feb 2016 04:21:12 +0000 (23:21 -0500)
r=dkl,a=dylan

Bugzilla/Install/Localconfig.pm

index fae97c189f5ae78950ec31ae99567d5c2da236bd..6ff3f5e6c64c4adcab24d8640683a1d475221e45 100644 (file)
@@ -60,7 +60,7 @@ use constant LOCALCONFIG_VARS => (
     },
     {
         name    => 'db_driver',
-        default => 'mysql',
+        default => 'sqlite',
     },
     {
         name    => 'db_host',