diff options
-rw-r--r-- | Bugzilla/Install/Localconfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index fae97c189..6ff3f5e6c 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -60,7 +60,7 @@ use constant LOCALCONFIG_VARS => ( }, { name => 'db_driver', - default => 'mysql', + default => 'sqlite', }, { name => 'db_host', |