Skip to content

Commit 5482d70

Browse files
committed
fix(NODE-5464): add atlas qa env
1 parent 806e07d commit 5482d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmap/auth/mongo_credentials.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const ALLOWED_HOSTS_ERROR = 'Auth mechanism property ALLOWED_HOSTS must be an ar
3838
/** @internal */
3939
export const DEFAULT_ALLOWED_HOSTS = [
4040
'*.mongodb.net',
41+
'*.mongodb-qa.net',
4142
'*.mongodb-dev.net',
4243
'*.mongodbgov.net',
4344
'localhost',

0 commit comments

Comments
 (0)