]> git.localhorst.tv Git - alttp.git/blobdiff - config/filesystems.php
faster implementation for generating AoSR seeds
[alttp.git] / config / filesystems.php
index e743e9ff6c5bac072032a45ef584eb30a9afa33e..4076fb54077e0b08eb33dac2550634d6af99d90c 100644 (file)
@@ -63,6 +63,11 @@ return [
                        'visibility' => 'public',
                ],
 
+               'aos-spoilers' => [
+                       'driver' => 'local',
+                       'root' => storage_path('app/aos-spoilers'),
+               ],
+
                's3' => [
                        'driver' => 's3',
                        'key' => env('AWS_ACCESS_KEY_ID'),