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 2d59e0e commit 569b352Copy full SHA for 569b352
.evergreen/run-orchestration.sh
@@ -5,7 +5,7 @@ set -o errexit # Exit the script with error if any of the commands fail
5
6
AUTH=${AUTH:-noauth}
7
SSL=${SSL:-nossl}
8
-TOPOLOGY=${TOPOLOGY:-server}
+TOPOLOGY=${TOPOLOGY:-standalone}
9
STORAGE_ENGINE=${STORAGE_ENGINE}
10
MONGODB_VERSION=${MONGODB_VERSION:-latest}
11
0 commit comments