We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281720f commit 43cc163Copy full SHA for 43cc163
source/usage-examples.txt
@@ -53,7 +53,7 @@ with your instance of MongoDB:
53
54
// Replace the following with your MongoDB deployment's connection string.
55
const uri =
56
- "mongodb+srv://<user>:<password>@<cluster-url>?retryWrites=true&w=majority";
+ "mongodb+srv://<user>:<password>@<cluster-url>?retryWrites=true&writeConcern=majority";
57
58
You can use the :guides:`Atlas Connectivity Guide
59
</cloud/connectionstring/>` to enable connectivity to your instance of
0 commit comments