Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodstime authored Jun 1, 2023
1 parent 98594b8 commit ccceb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ php artisan vendor:publish --provider="ErrorNotifier\Notify\ErrorNotifierService
```
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_HOST=sandbox.smtp.mailtrap.io
MAIL_PORT=587
MAIL_USERNAME=528a733...
MAIL_PASSWORD=73c29...
Expand All @@ -73,7 +73,7 @@ php artisan vendor:publish --provider="ErrorNotifier\Notify\ErrorNotifierService
MAIL_FROM_NAME="${APP_NAME}"
```
### Disable notification to email
> To disable notification to email set `NOTIFIER_EMAIL=` in your .env file
> To disable notification to email, set `NOTIFIER_EMAIL=` in your .env file

### Add your slack webhook (Optional)
Expand Down

0 comments on commit ccceb3f

Please sign in to comment.