diff --git a/_includes/parse-server/database.md b/_includes/parse-server/database.md index 4d30a1b40..df524d0d3 100644 --- a/_includes/parse-server/database.md +++ b/_includes/parse-server/database.md @@ -13,7 +13,7 @@ The Mongo requirements for Parse Server are: * MongoDB version 3.6 * An SSL connection is recommended (but not required). -If this is your first time setting up a production MongoDB instance, we recommend using either [mLab](http://www.mLab.com) or [ObjectRocket](https://objectrocket.com/). These are database-as-a-service companies which provide fully managed MongoDB instances, and can help you scale up as needed. +If this is your first time setting up a MongoDB instance, we recommend a Database-as-a-Service (DBaaS) like [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) or [ObjectRocket](https://objectrocket.com/) which provide fully managed MongoDB instances and can help you scale as needed. When using MongoDB with your Parse app, you need to manage your indexes yourself. You will also need to size up your database as your data grows.