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": "imagekit",
"providerOptions": {
"publicKey": "publicKey", // put your publicKey here
"privateKey": "privateKey", // put your privateKey here
"urlEndpoint": "urlEndPoint", // put your urlEndpoint
"params": { // optional section
"folder": "/production/images" // folder location in imagekit. Defaults to "/" if value is not supplied
}
}
}
ImageKit provider for strapi upload