Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 983 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 983 Bytes

strapi-provider-upload-imagekit

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": "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

Resources

Links