0.1.0 • Published 1 year ago

medusa-plugin-filestorage-strapi v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Medusa-plugin-filestorage-strapi

Store your images on your strapi server installation.

Available options (default configuration)

{
    resolve: `medusa-plugin-filestorage-strapi`,
    options: {
      // The baseurl for your strapi server
      strapiUri: process.env.STRAPI_URI || "http://localhost:1337",
       

      // API KEY with upload routes permissions in strapi
      strapiApiKey: process.env.STRAPI_API_KEY || "",
    },
}