]> _ Git - pmi.git/commitdiff
Update backup configuration so notifications actually go somewhere.
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 13 Jun 2022 14:06:10 +0000 (16:06 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 13 Jun 2022 14:06:10 +0000 (16:06 +0200)
config/backup.php

index deaa8a442397f29100c49084117e029f0adb56f0..45269c0a52d1285fdc427685bf264ec5ed5185e2 100644 (file)
@@ -98,9 +98,9 @@ return [
             \Spatie\Backup\Notifications\Notifications\BackupHasFailed::class         => ['mail'],
             \Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => ['mail'],
             \Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class        => ['mail'],
-            \Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class     => ['mail'],
-            \Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class   => ['mail'],
-            \Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class    => ['mail'],
+            // \Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class     => ['mail'],
+            // \Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class   => ['mail'],
+            // \Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class    => ['mail'],
         ],
 
         /*
@@ -113,7 +113,7 @@ return [
          * Here you can specify how emails should be sent.
          */
         'mail' => [
-            'to'   => 'your@email.com',
+            'to'   => 'vincent+pmi@cubedesigners.com',
         ],
 
         /*