diff --git a/config/database.php b/config/database.php index b71c5e30..164507c5 100644 --- a/config/database.php +++ b/config/database.php @@ -26,7 +26,7 @@ return [ | */ - 'default' => env('DB_CONNECTION', 'mysql'), + 'default' => env('DB_CONNECTION', 'pgsql'), /* |--------------------------------------------------------------------------