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 cc07f5b commit a989c65Copy full SHA for a989c65
test/tools/runner/config.ts
@@ -207,7 +207,7 @@ export class TestConfiguration {
207
if (serverOptions.autoEncryption) {
208
serverOptions.autoEncryption.extraOptions = {
209
mongocryptdBypassSpawn: true,
210
- mongocryptdURI: 'mongodb://host.containers.internal:3000'
+ mongocryptdURI: 'mongodb://localhost:3000'
211
}
212
213
0 commit comments