Skip to content

Commit

Permalink
Updates for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jul 7, 2023
1 parent bc3e06c commit 2440090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS='[email protected]'
MAIL_FROM_NAME='Self Hosted User'
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="Self Hosted User"

POSTMARK_API_TOKEN=
REQUIRE_HTTPS=false
Expand Down
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

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

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

0 comments on commit 2440090

Please sign in to comment.