Sfoglia il codice sorgente

Update filesystem config, fix DO Spaces root default

Daniel Supernault 2 anni fa
parent
commit
720b6eb337
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/filesystems.php

+ 1 - 1
config/filesystems.php

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