mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
removed 0..n from mongo install questions
This commit is contained in:
@@ -73,7 +73,7 @@ var async = require('async'),
|
||||
description: 'Password of your MongoDB database'
|
||||
}, {
|
||||
name: "mongo:database",
|
||||
description: "Which database to use (0..n)",
|
||||
description: "Which database to use",
|
||||
'default': nconf.get('mongo:database') || 0
|
||||
}],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user