mongodb: change `password` to `pass` in the module config (#6518)

This commit is contained in:
Ilya Mashchenko 2019-07-23 10:22:13 +03:00 committed by GitHub
parent 1e7b913d4c
commit 81ef0f2871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -84,9 +84,9 @@ local:
port : 27017
# authsample:
# name : 'secure'
# host : 'mongodb.example.com'
# port : 27017
# name : 'secure'
# host : 'mongodb.example.com'
# port : 27017
# authdb : 'admin'
# user : 'monitor'
# password : 'supersecret'
# user : 'monitor'
# pass : 'supersecret'