Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up a MongoDB connection for the MongoDB resource.
# Default local instance MONGODB_URI=mongodb://localhost:27017
mongodb+srv://<username>:<password>@cluster0.xxxxx.mongodb.net/
MONGODB_URI=mongodb://username:password@host:27017/?authSource=admin
# .env.development MONGODB_URI=mongodb+srv://user:pass@cluster0.xxxxx.mongodb.net/