Update filesystem config, fix DO Spaces root default

pull/3878/head
Daniel Supernault 2 years ago
parent 733b9fd000
commit 720b6eb337
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -80,7 +80,7 @@ return [
'options' => [
'CacheControl' => 'max-age=31536000'
],
'root' => env('DO_SPACES_ROOT','/'),
'root' => env('DO_SPACES_ROOT',''),
'throw' => true,
],

Loading…
Cancel
Save