Was this article helpful?
Thanks for your feedback
This guide will take you through the steps required to change the storage connector from Filesystem to MongoDB and vice versa.
The boilerplate uses Filesystem as the default database system. If you want to set up Contentstack DataSync with MongoDB, perform the following steps:
export const config = { contentStoreModule: '@contentstack/datasync-content-store-mongodb' }
If you started the application with MongoDB as database and want to switch Filesystem instead, perform the following steps:
export const config = { contentStoreModule: '@contentstack/datasync-content-store-filesystem' }
Was this article helpful?
Thanks for your feedback