Skip to content

Commit

Permalink
Merge pull request #501 from DominusKelvin/feat/add-appName-to-constants
Browse files Browse the repository at this point in the history
[feat] add appName to whitelisted connection options
  • Loading branch information
DominusKelvin authored Sep 12, 2024
2 parents c468e83 + dc05601 commit a63ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/constants/config-whitelist.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ module.exports = [
'authMechanism', 'compression', 'fsync', 'readPreferenceTags', 'numberOfRetries',
'auto_reconnect', 'monitorCommands', 'minSize', 'useNewUrlParser', 'useUnifiedTopology',
'localThresholdMS', 'serverSelectionTimeoutMS', 'heartbeatFrequencyMS', 'autoEncryption',
'driverInfo'
'driverInfo', 'appName'

];

0 comments on commit a63ec9c

Please sign in to comment.