]> git.localhorst.tv Git - alttp.git/blobdiff - config/filesystems.php
adlib chat
[alttp.git] / config / filesystems.php
index e743e9ff6c5bac072032a45ef584eb30a9afa33e..bfcbf29f88040ee970c2d0c9908aa8ae785194ce 100644 (file)
@@ -47,7 +47,7 @@ return [
                'alttp-seeds' => [
                        'driver' => 'local',
                        'root' => storage_path('app/alttp-seeds'),
-                       'url' => env('AOS_URL').'/alttp-seeds',
+                       'url' => env('APP_URL').'/alttp-seeds',
                        'visibility' => 'public',
                ],
 
@@ -56,10 +56,15 @@ return [
                        'root' => storage_path('app/alttp-spoilers'),
                ],
 
-               'aos-seeds' => [
+               'chatlib' => [
                        'driver' => 'local',
-                       'root' => storage_path('app/aos-seeds'),
-                       'url' => env('AOS_URL').'/aos-seeds',
+                       'root' => storage_path('app/chatlib'),
+               ],
+
+               'media' => [
+                       'driver' => 'local',
+                       'root' => storage_path('app/media'),
+                       'url' => env('APP_URL').'/media',
                        'visibility' => 'public',
                ],
 
@@ -91,7 +96,7 @@ return [
        'links' => [
                public_path('storage') => storage_path('app/public'),
                public_path('alttp-seeds') => storage_path('app/alttp-seeds'),
-               public_path('aos-seeds') => storage_path('app/aos-seeds'),
+               public_path('media') => storage_path('app/media'),
        ],
 
 ];