Skip to content

Commit

Permalink
fix(NODE-5464): add atlas qa env
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 8, 2023
1 parent f1a1004 commit f6422b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmap/auth/mongo_credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const ALLOWED_HOSTS_ERROR = 'Auth mechanism property ALLOWED_HOSTS must be an ar
/** @internal */
export const DEFAULT_ALLOWED_HOSTS = [
'*.mongodb.net',
'*.mongodb-qa.net',
'*.mongodb-dev.net',
'*.mongodbgov.net',
'localhost',
Expand Down

0 comments on commit f6422b2

Please sign in to comment.