]> git.localhorst.tv Git - alttp.git/blobdiff - config/filesystems.php
cache chatlib databases
[alttp.git] / config / filesystems.php
index d1e5c6c453c72ebd2a8307f6c37efa285e9ffa32..bfcbf29f88040ee970c2d0c9908aa8ae785194ce 100644 (file)
@@ -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'),