mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +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"
  }
}
