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
# set up mongodb cluster and encryption configuration if the data/ folder does not exist
@@ -16,15 +16,15 @@ if [ ! -d "data" ]; then
16
16
mkdir data
17
17
cd data
18
18
19
-
# note:
20
-
# we're using drivers-evergreen-tools which is a repo used by MongoDB drivers to start clusters for testing.
19
+
# note:
20
+
# we're using drivers-evergreen-tools which is a repo used by MongoDB drivers to start clusters for testing.
21
21
# if you'd like to make changes to the cluster settings, edit the exported variables below.
22
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
23
# after this script is run, the data/ folder will notably contain the following:
24
24
# 'mo-expansion.yml' file which contains for your cluster URI and crypt shared library path
25
25
# 'drivers-evergreen-tools/mongodb/bin' which contain executables for other mongodb libraries such as mongocryptd, mongosh, and mongod
0 commit comments