fix: config file system

pull/52/head
Farid Saravi 4 years ago
parent 504cb6cabf
commit 15ebd52f2f

@ -79,7 +79,8 @@ return [
'region' => 'us-east-1', 'region' => 'us-east-1',
'bucket' => env('MINIO_BUCKET','your minio bucket name'), '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') 'url' => 'https://cdn.willaspace.com/'. env('MINIO_BUCKET'),
'use_path_style_endpoint' => true,
], ],
], ],

Loading…
Cancel
Save