]> BookStack Code Mirror - bookstack/blobdiff - app/Config/filesystems.php
Minor capitalisation fix for Estonian
[bookstack] / app / Config / filesystems.php
index 95fc35c2a8c0b702ee2cc8743a39425f9416b369..a6b05c8c4aa3644f14030afd781ef6f7e56866d9 100644 (file)
@@ -37,9 +37,14 @@ return [
             'root'   => public_path(),
         ],
 
-        'local_secure' => [
+        'local_secure_attachments' => [
             'driver' => 'local',
-            'root'   => storage_path(),
+            'root'   => storage_path('uploads/files/'),
+        ],
+
+        'local_secure_images' => [
+            'driver' => 'local',
+            'root'   => storage_path('uploads/images/'),
         ],
 
         's3' => [