Skip to content

arro000/medusa-plugin-filestorage-strapi

 
 

Repository files navigation

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

About

Use the media management of strapi cms to upload and serve media

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%