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: scripts/configure-cluster-with-encryption.sh
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,18 @@ if [ ! -d "data" ]; then
17
17
cd data
18
18
19
19
# note:
20
-
# we're using drivers-evergreen-tools which is a repo used by MongoDB drivers to start clusters for testing.
21
-
# if you'd like to make changes to the cluster settings, edit the exported variables below.
22
-
# for configuration options for the exported variables, see here: https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/run-orchestration.sh
23
-
# after this script is run, the data/ folder will notably contain the following:
24
-
# 'mo-expansion.yml' file which contains for your cluster URI and crypt shared library path
25
-
# 'drivers-evergreen-tools/mongodb/bin' which contain executables for other mongodb libraries such as mongocryptd, mongosh, and mongod
20
+
# we're using drivers-evergreen-tools which is a repo used by MongoDB drivers to start clusters for testing.
21
+
# if you'd like to make changes to the cluster settings, edit the exported variables below.
22
+
# for configuration options for the exported variables, see here: https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/run-orchestration.sh
23
+
# after this script is run, the data/ folder will notably contain the following:
24
+
# 'mo-expansion.yml' file which contains for your cluster URI and crypt shared library path
25
+
# 'drivers-evergreen-tools/mongodb/bin' which contain executables for other mongodb libraries such as mongocryptd, mongosh, and mongod
0 commit comments