moon data

This commit is contained in:
2020-04-02 00:14:51 -05:00
parent 4ba7812b9b
commit b5e1c7d100
2 changed files with 6 additions and 2 deletions

View File

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