You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/parse-server/database.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Mongo requirements for Parse Server are:
13
13
* MongoDB version 3.6
14
14
* An SSL connection is recommended (but not required).
15
15
16
-
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.
16
+
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.
17
17
18
18
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.
0 commit comments