mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			707 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			707 B
		
	
	
	
	
	
	
	
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"
  }
}
