X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=config%2Ffilesystems.php;fp=config%2Ffilesystems.php;h=bfcbf29f88040ee970c2d0c9908aa8ae785194ce;hb=a45648fa8ecf7712c7fd00eb2b93e862b5264f04;hp=d1e5c6c453c72ebd2a8307f6c37efa285e9ffa32;hpb=c2cc99020eee56f7790d1358abb44df078f2e655;p=alttp.git diff --git a/config/filesystems.php b/config/filesystems.php index d1e5c6c..bfcbf29 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -56,6 +56,11 @@ return [ 'root' => storage_path('app/alttp-spoilers'), ], + 'chatlib' => [ + 'driver' => 'local', + 'root' => storage_path('app/chatlib'), + ], + 'media' => [ 'driver' => 'local', 'root' => storage_path('app/media'),