X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d2efc2f47f0c3e1d4d2df0255db392b8e31e3666..refs/pull/632/head:/config/filesystems.php diff --git a/config/filesystems.php b/config/filesystems.php index 836f68d3d..b7ebf5b2d 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -56,7 +56,12 @@ return [ 'local' => [ 'driver' => 'local', - 'root' => base_path(), + 'root' => public_path(), + ], + + 'local_secure' => [ + 'driver' => 'local', + 'root' => storage_path(), ], 'ftp' => [