This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

medusa-plugin-filestorage-local

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i medusa-plugin-filestorage-local

Weekly Downloads

14

Version

0.1.2

License

MIT

Unpacked Size

9.47 kB

Total Files

5

Last publish

Collaborators

  • blechlawine