Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
Make default value for `MAIL_FROM_ADDRESS` as laravel has.
  • Loading branch information
mderis authored Apr 28, 2022
1 parent 21fc123 commit 59d1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
Expand Down

0 comments on commit 59d1e86

Please sign in to comment.