X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=config%2Ffilesystems.php;h=bfcbf29f88040ee970c2d0c9908aa8ae785194ce;hb=1a863c3ecfa04eacf7df3c5bce71c12244e4625b;hp=d1e5c6c453c72ebd2a8307f6c37efa285e9ffa32;hpb=f7ec7bd25d8ce700b18e0900ee01db1107f2ccfa;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'),