From 3e67ce628f6ffb9e6134fafa40ca0f605ac3db0c Mon Sep 17 00:00:00 2001
From: Wataru Sato
Date: Mon, 11 Oct 2021 06:13:44 +0900
Subject: [PATCH] Add local/ja/66-mongodb.html (#839)
---
storage/mongodb/locales/en-US/66-mongodb.html | 3 +
storage/mongodb/locales/ja/66-mongodb.html | 74 +++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 storage/mongodb/locales/ja/66-mongodb.html
diff --git a/storage/mongodb/locales/en-US/66-mongodb.html b/storage/mongodb/locales/en-US/66-mongodb.html
index 4b505f00..5c811335 100644
--- a/storage/mongodb/locales/en-US/66-mongodb.html
+++ b/storage/mongodb/locales/en-US/66-mongodb.html
@@ -27,14 +27,17 @@
by specific host:port connections. This is the default for MongoDB instances in the
Atlas cloud service.
+
Connect options is where you add the optional parameters required by your MongoDB instance.
This might include:
- w=majority
- replicaSet=replset
- authSource=admin
and any other options appropriate -
full set available at
Connection String URI Format — MongoDB Manual.
+
If you are connecting to
IBM Databases for MongoDB, as a replica-set, be sure to append ssl=true&tlsAllowInvalidCertificates=true
to the Connect options.
+
+
+
+
+