mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 09:00:19 +00:00
strapi-provider-upload-cloudinary
Configurations
Your configuration is passed down to the cloudinary configuration. (e.g: cloudinary.config(config)
). You can see the complete list of options here
Example
./extensions/upload/config/settings.json
{
"provider": "cloudinary",
"providerOptions": {
"cloud_name": "cloud-name",
"api_key": "api-key",
"api_secret": "api-secret"
}
}