Sfoglia il codice sorgente

Update backup config, add placeholder email

Daniel Supernault 4 mesi fa
parent
commit
da9e4f5161
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/backup.php

+ 1 - 1
config/backup.php

@@ -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'),