moon file

This commit is contained in:
2020-04-02 00:21:35 -05:00
parent d61245daf3
commit aabf0ae6c1
2 changed files with 1 additions and 7 deletions

View File

@@ -55,12 +55,6 @@ return [
'visibility' => 'public',
],
'storage' => [
'driver' => 'local',
'root' => storage_path('storage/app/public'),
'url' => env('APP_URL').'/storage/app/public',
],
's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),