medusa-plugin-filestorage-strapi

0.1.0 • Public • Published

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 || "",
    },
}

Package Sidebar

Install

npm i medusa-plugin-filestorage-strapi

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

23.4 kB

Total Files

5

Last publish

Collaborators

  • andreaarrighi