Skip to content

Commit c5f5097

Browse files
committed
improve config
1 parent 1f774af commit c5f5097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
|
3232
|
3333
*/
34-
'cloud_url' => env('CLOUDINARY_URL'),
34+
'cloud_url' => env('CLOUDINARY_URL', 'cloudinary://'.env('CLOUDINARY_KEY').':'.env('CLOUDINARY_SECRET').'@'.env('CLOUDINARY_CLOUD_NAME')),
3535

3636
/**
3737
* Upload Preset From Cloudinary Dashboard

0 commit comments

Comments
 (0)