mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
added authentication to mongo
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user