Built by

blechlawine

Category

Storage

Version

0.1.2

Last updated

Dec 7, 2021, 07:42:02 AM2 years ago

Medusa-plugin-filestorage-local

Store your images locally on your installation of medusa e-commerce.

Available options (default configuration)

{
// The baseurl for your medusajs server
serverBaseUrl: "http://localhost:9000",
// when enabled saves the file as a base64 encoded string inside the database (deleting that row is not yet supported)
saveInDatabase: false, // recommended: false
// the folder where your files are stored on the server
fileLocation: "uploads/persistent",
}

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.