medusa-file-local
Version:
Local storage file connector for Medusa
15 lines (10 loc) • 395 B
Markdown
Upload files to the same file server where medusa is hosted.
Learn more about how you can use this plugin in the [documentaion](https://docs.medusajs.com/add-plugins/file-local).
```js
{
base_url: "http://localhost:9000", // default if not specified here or in .env
upload_dir: "static", // default if not specified here or in .env
}
```