You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next you need to pass your Cloudinary account's Cloud Name, API Key, and API Secret. This sample application assumes these values exists in the form
37
39
of a `CLOUDINARY_URL` settings either as an environment variable or as system property. The `CLOUDINARY_URL` value is available in the [dashboard of your Cloudinary account](https://cloudinary.com/console).
38
40
If you don't have a Cloudinary account yet, [click here](https://cloudinary.com/users/register/free) to create one for free.
@@ -47,6 +49,8 @@ The specific method with which you pass that information to Tomcat (or any other
0 commit comments