X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=config%2Ffilesystems.php;h=4076fb54077e0b08eb33dac2550634d6af99d90c;hb=e0195b0aebf84bdf5a05c887abc4300a6546a9b2;hp=e743e9ff6c5bac072032a45ef584eb30a9afa33e;hpb=a6187e9c653f9727b9703d95361374ae31a0d99c;p=alttp.git diff --git a/config/filesystems.php b/config/filesystems.php index e743e9f..4076fb5 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -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'),