mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #3695
This commit is contained in:
parent
098eac8bab
commit
29445e4ffb
@ -73,7 +73,7 @@ if (false !== $useSSL && null !== $useSSL) {
|
||||
}
|
||||
|
||||
return [
|
||||
'default' => envNonEmpty('DB_CONNECTION', 'pgsql'),
|
||||
'default' => envNonEmpty('DB_CONNECTION', 'mysql'),
|
||||
'connections' => [
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
|
Loading…
Reference in New Issue
Block a user