added authentication to mongo

This commit is contained in:
Baris Usakli
2013-12-06 14:31:11 -05:00
parent f861d44d55
commit 351b07bb34
2 changed files with 11 additions and 4 deletions

View File

@@ -64,6 +64,9 @@ var async = require('async'),
name: 'mongo:port',
description: 'Host port of your MongoDB instance',
'default': nconf.get('mongo:port') || 27017
}, {
name: 'mongo:user',
description: 'MongoDB username'
}, {
name: 'mongo:password',
description: 'Password of your MongoDB database'