We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f774af commit c5f5097Copy full SHA for c5f5097
config/cloudinary.php
@@ -31,7 +31,7 @@
31
|
32
33
*/
34
- 'cloud_url' => env('CLOUDINARY_URL'),
+ 'cloud_url' => env('CLOUDINARY_URL', 'cloudinary://'.env('CLOUDINARY_KEY').':'.env('CLOUDINARY_SECRET').'@'.env('CLOUDINARY_CLOUD_NAME')),
35
36
/**
37
* Upload Preset From Cloudinary Dashboard
0 commit comments