Saeid 4 years ago
commit 0e33ece539

@ -29,7 +29,7 @@ return [
/*
* The domain that should be prepended when generating urls.
*/
'domain' => 'https://cdn.willamall.com/' . env('MINIO_BUCKET') ,
'domain' => 'https://cdn.willaspace.com/' . env('MINIO_BUCKET') ,
],
'remote' => [
@ -129,7 +129,7 @@ return [
* The engine that should perform the image conversions.
* Should be either `gd` or `imagick`.
*/
'image_driver' => 'gd',
'image_driver' => 'imagick',
/*
* FFMPEG & FFProbe binaries paths, only used if you try to generate video
@ -154,5 +154,5 @@ return [
'generate_responsive_images' => Spatie\MediaLibrary\Jobs\GenerateResponsiveImages::class,
],
'wm-cdn' => 'https://cdn.willamall.com',
'wm-cdn' => 'https://cdn.willaspace.com',
];

Loading…
Cancel
Save