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 770e4f6 commit 828e22aCopy full SHA for 828e22a
.evergreen/run-mongodb-oidc-test.sh
@@ -23,7 +23,7 @@ shopt -s expand_aliases # needed for `urlencode` alias
23
24
MONGODB_URI=${MONGODB_URI:-"mongodb://localhost"}
25
MONGODB_URI_SINGLE="${MONGODB_URI}/?authMechanism=MONGODB-OIDC"
26
-MONGODB_URI_MULTIPLE="mongodb+srv://cluster0.oztdp.mongodb-dev.net/?authMechanism=MONGODB-OIDC"
+MONGODB_URI_MULTIPLE="${MONGODB_URI}:27018/?authMechanism=MONGODB-OIDC&directConnection=true"
27
28
if [ -z "${OIDC_TOKEN_DIR}" ]; then
29
echo "Must specify OIDC_TOKEN_DIR"
0 commit comments