From 31da6c58a67805bae1364db7df87fa02b158a410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Dziubi=C5=84ski?= Date: Thu, 26 Dec 2024 22:27:26 +0100 Subject: [PATCH] test fix github action 2 --- .env.example | 2 +- config/backup.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index a091afa..04b6738 100644 --- a/.env.example +++ b/.env.example @@ -40,4 +40,4 @@ DOCKER_RESTART=unless-stopped DROPBOX_APP_KEY= DROPBOX_APP_SECRET= DROPBOX_ACCESS_TOKEN= -DROPBOX_MAIL_NOTIFICATION= \ No newline at end of file +DROPBOX_MAIL_NOTIFICATION=smajti1+fakturomat@gmail.com \ No newline at end of file diff --git a/config/backup.php b/config/backup.php index f8a3878..f86671a 100644 --- a/config/backup.php +++ b/config/backup.php @@ -214,11 +214,11 @@ 'notifiable' => \Spatie\Backup\Notifications\Notifiable::class, 'mail' => [ - 'to' => env('DROPBOX_MAIL_NOTIFICATION'), + 'to' => env('DROPBOX_MAIL_NOTIFICATION', 'smajti1+fakturomat@gmail.com'), 'from' => [ - 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), - 'name' => env('MAIL_FROM_NAME', 'Example'), + 'address' => env('MAIL_FROM_ADDRESS', 'smajti1+fakturomat@gmail.com'), + 'name' => env('MAIL_FROM_NAME', 'Fakturomat backup'), ], ],