Skip to content

Commit

Permalink
test fix github action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
smajti1 committed Dec 26, 2024
1 parent be79e73 commit 31da6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ DOCKER_RESTART=unless-stopped
DROPBOX_APP_KEY=
DROPBOX_APP_SECRET=
DROPBOX_ACCESS_TOKEN=
DROPBOX_MAIL_NOTIFICATION=
DROPBOX_MAIL_NOTIFICATION=smajti1+fakturomat@gmail.com
6 changes: 3 additions & 3 deletions config/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
],
],

Expand Down

0 comments on commit 31da6c5

Please sign in to comment.