Skip to content

Commit

Permalink
default db connection to pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Aug 5, 2022
1 parent 57508e1 commit 9f4594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
|
*/

'default' => env('DB_CONNECTION', 'mysql'),
'default' => env('DB_CONNECTION', 'pgsql'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 9f4594c

Please sign in to comment.