Skip to content

Commit 569b352

Browse files
committed
Fix wrong default topology
1 parent 2d59e0e commit 569b352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-orchestration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o errexit # Exit the script with error if any of the commands fail
55

66
AUTH=${AUTH:-noauth}
77
SSL=${SSL:-nossl}
8-
TOPOLOGY=${TOPOLOGY:-server}
8+
TOPOLOGY=${TOPOLOGY:-standalone}
99
STORAGE_ENGINE=${STORAGE_ENGINE}
1010
MONGODB_VERSION=${MONGODB_VERSION:-latest}
1111

0 commit comments

Comments
 (0)