Skip to content

Commit cbeff1d

Browse files
committed
configure shared_storage for test on acceptation
1 parent 5e3eeb4 commit cbeff1d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/filesystems.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
'visibility' => 'public',
4343
],
4444

45+
'shared_storage' => [
46+
'driver' => 'local',
47+
'root' => storage_path('app/shared_storage'),
48+
],
49+
4550
's3' => [
4651
'driver' => 's3',
4752
'key' => env('AWS_ACCESS_KEY_ID'),

0 commit comments

Comments
 (0)