diff --git a/.env.example b/.env.example index 56c4b48aa826..17130c14603f 100644 --- a/.env.example +++ b/.env.example @@ -34,8 +34,8 @@ MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null -MAIL_FROM_ADDRESS='user@example.com' -MAIL_FROM_NAME='Self Hosted User' +MAIL_FROM_ADDRESS="user@example.com" +MAIL_FROM_NAME="Self Hosted User" POSTMARK_API_TOKEN= REQUIRE_HTTPS=false diff --git a/config/database.php b/config/database.php index ec0694c4110c..8a88c65e2d3f 100644 --- a/config/database.php +++ b/config/database.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => env('DB_CONNECTION', 'mysql'), + 'default' => env('DB_CONNECTION', 'sqlite'), /* |--------------------------------------------------------------------------