Skip to content

andrewbohm/strapi-provider-upload-imagekit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ImageKit provider for strapi upload

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%