We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806e07d commit 5482d70Copy full SHA for 5482d70
src/cmap/auth/mongo_credentials.ts
@@ -38,6 +38,7 @@ const ALLOWED_HOSTS_ERROR = 'Auth mechanism property ALLOWED_HOSTS must be an ar
38
/** @internal */
39
export const DEFAULT_ALLOWED_HOSTS = [
40
'*.mongodb.net',
41
+ '*.mongodb-qa.net',
42
'*.mongodb-dev.net',
43
'*.mongodbgov.net',
44
'localhost',
0 commit comments