From dcd75c335840ab71966e483b7d7cdddf5f229ff6 Mon Sep 17 00:00:00 2001 From: Benjamin Sigonneau Date: Fri, 17 Apr 2020 08:14:42 +0200 Subject: [PATCH] Database configuration: use sqlite --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index b42d9b3..9e679da 100644 --- a/config/database.php +++ b/config/database.php @@ -15,7 +15,7 @@ return [ | */ - 'default' => env('DB_CONNECTION', 'mysql'), + 'default' => env('DB_CONNECTION', 'sqlite'), /* |--------------------------------------------------------------------------