Skip to content

Commit 3239776

Browse files
committed
WIP
1 parent d322664 commit 3239776

File tree

2 files changed

+300
-10
lines changed

2 files changed

+300
-10
lines changed

composer.lock

+298-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/backup.php

+2-9
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
*
136136
* Setting of 0 for some algorithms may switch to the strongest compression.
137137
*/
138-
'compression_level' => 9,
138+
'compression_level' => 1,
139139

140140
/*
141141
* The filename prefix used for the backup zip file.
@@ -206,14 +206,7 @@
206206
*/
207207
'notifiable' => \Spatie\Backup\Notifications\Notifiable::class,
208208

209-
'mail' => [
210-
'to' => '[email protected]',
211-
212-
'from' => [
213-
'address' => env('MAIL_FROM_ADDRESS', '[email protected]'),
214-
'name' => env('MAIL_FROM_NAME', 'Example'),
215-
],
216-
],
209+
'mail' => null,
217210

218211
'slack' => [
219212
'webhook_url' => '',

0 commit comments

Comments
 (0)