This commit is contained in:
2023-09-29 12:16:25 +10:00
parent 8affea3360
commit 30d39c5326

View File

@@ -57,7 +57,6 @@ return [
'private' => [
'driver' => 'local',
'root' => storage_path('app/private'),
// 'url' => env('APP_URL') . '/file',
'url' => env('APP_URL_API') . '/media/{id}/download',
'visibility' => 'private',
'throw' => false,