update: filesystem config for upload document.

This commit is contained in:
weichien00
2021-07-03 02:39:22 +08:00
parent da4b6cd850
commit a3ce7c14a1
+7
View File
@@ -42,6 +42,13 @@ return [
'visibility' => 'public',
],
'documents' => [
'driver' => 'local',
'root' => storage_path('app/documents'),
'url' => env('APP_URL').'/storage',
'visibility' => 'private',
],
's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),