Skip to content

Commit 79af7b6

Browse files
committed
Undo changes to backup config
1 parent 4d030aa commit 79af7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/config/backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
|
1313
*/
1414

15-
'destination' => 'local',
15+
'destination' => 's3',
1616

1717
];

app/config/packages/heybigname/backup-manager/storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'local' => [
55
'type' => 'Local',
6-
'root' => storage_path('dumps/backups'),
6+
'root' => storage_path('dumps'),
77
],
88
's3' => [
99
'type' => 'AwsS3',

0 commit comments

Comments
 (0)