mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-21 16:38:36 -06:00
Set default db driver to be pgsql. [skip ci]
This commit is contained in:
parent
26ceb9e3be
commit
82fd0c4d37
@ -27,7 +27,7 @@ if (!($databaseUrl === false)) {
|
||||
return [
|
||||
|
||||
'fetch' => PDO::FETCH_OBJ,
|
||||
'default' => env('DB_CONNECTION', 'sqlite'),
|
||||
'default' => env('DB_CONNECTION', 'pgsql'),
|
||||
'connections' => [
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
|
Loading…
Reference in New Issue
Block a user