Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update database.md #799

Merged
merged 3 commits into from
Nov 27, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/parse-server/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 production MongoDB instance, we recommend using either [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) 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.
mtrezza marked this conversation as resolved.
Show resolved Hide resolved

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.

Expand Down