Update backup config, add placeholder email

pull/5851/head
Daniel Supernault 3 months ago
parent 30537abe66
commit da9e4f5161
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -152,7 +152,7 @@ return [
'notifiable' => \Spatie\Backup\Notifications\Notifiable::class,
'mail' => [
'to' => env('BACKUP_EMAIL_ADDRESS', ''),
'to' => env('BACKUP_EMAIL_ADDRESS', 'noreply@example.com'),
'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),

Loading…
Cancel
Save