fix: filesystem url path

pull/50/head
Saeid 4 years ago
parent 9ad2fc3b6a
commit bf14dee28f

@ -73,12 +73,13 @@ return [
],
'media' => [
'driver' => 'minio',
'driver' => 's3',
'key' => env('MINIO_KEY', 'your minio server key'),
'secret' => env('MINIO_SECRET', 'your minio server secret'),
'region' => 'us-east-1',
'bucket' => env('MINIO_BUCKET','your minio bucket name'),
'endpoint' => env('MINIO_ENDPOINT','http://localhost:8000')
'endpoint' => env('MINIO_ENDPOINT','http://localhost:8000'),
'url' => 'https://cdn.willaspace.com/'. env('MINIO_BUCKET')
],
],

Loading…
Cancel
Save