Skip to content

Commit a63ec9c

Browse files
Merge pull request #501 from DominusKelvin/feat/add-appName-to-constants
[feat] add appName to whitelisted connection options
2 parents c468e83 + dc05601 commit a63ec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/constants/config-whitelist.constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ module.exports = [
2929
'authMechanism', 'compression', 'fsync', 'readPreferenceTags', 'numberOfRetries',
3030
'auto_reconnect', 'monitorCommands', 'minSize', 'useNewUrlParser', 'useUnifiedTopology',
3131
'localThresholdMS', 'serverSelectionTimeoutMS', 'heartbeatFrequencyMS', 'autoEncryption',
32-
'driverInfo'
32+
'driverInfo', 'appName'
3333

3434
];

0 commit comments

Comments
 (0)