Commit 4b69b62 1 parent 4f8c7fb commit 4b69b62 Copy full SHA for 4b69b62
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 3
3
return [
4
4
5
5
'backup ' => [
6
-
7
6
/*
8
7
* The name of this application. You can use this name to monitor
9
8
* the backups.
10
9
*/
11
10
'name ' => env ('APP_NAME ' , 'laravel-backup ' ),
12
11
13
12
'source ' => [
14
-
15
13
'files ' => [
16
-
17
14
/*
18
15
* The list of directories and files that will be included in the backup.
19
16
*/
198
195
* the `Spatie\Backup\Notifications\Notifications` classes.
199
196
*/
200
197
'notifications ' => [
201
-
202
198
'notifications ' => [
203
199
\Spatie \Backup \Notifications \Notifications \BackupHasFailedNotification::class => ['mail ' ],
204
200
\Spatie \Backup \Notifications \Notifications \UnhealthyBackupWasFoundNotification::class => ['mail ' ],
234
230
'username ' => null ,
235
231
236
232
'icon ' => null ,
237
-
238
233
],
239
234
240
235
'discord ' => [
292
287
'strategy ' => \Spatie \Backup \Tasks \Cleanup \Strategies \DefaultStrategy::class,
293
288
294
289
'default_strategy ' => [
295
-
296
290
/*
297
291
* The number of days for which backups must be kept.
298
292
*/
You can’t perform that action at this time.
0 commit comments