Commit 6bd668c2 authored by Dylan Hardison's avatar Dylan Hardison

Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box"…

Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" working bugzilla experience r=dkl,a=dylan
parent 9faa0dc0
...@@ -60,7 +60,7 @@ use constant LOCALCONFIG_VARS => ( ...@@ -60,7 +60,7 @@ use constant LOCALCONFIG_VARS => (
}, },
{ {
name => 'db_driver', name => 'db_driver',
default => 'mysql', default => 'sqlite',
}, },
{ {
name => 'db_host', name => 'db_host',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment