GitGuardian - Fix for MongoDB False Positive Alert

This commit is contained in:
vinodkiran 2023-11-23 11:13:36 +05:30
parent 0b93b337fd
commit f953e9fd9c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class MongoDBUrlApi implements INodeCredential {
label: 'ATLAS Connection URL',
name: 'mongoDBConnectUrl',
type: 'string',
placeholder: 'mongodb+srv://myDatabaseUser:D1fficultP%40ssw0rd@cluster0.example.mongodb.net/?retryWrites=true&w=majority'
placeholder: 'mongodb+srv://<user>:<pwd>@cluster0.example.mongodb.net/?retryWrites=true&w=majority'
}
]
}