mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +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'
|
description: 'Password of your MongoDB database'
|
||||||
}, {
|
}, {
|
||||||
name: "mongo:database",
|
name: "mongo:database",
|
||||||
description: "Which database to use (0..n)",
|
description: "Which database to use",
|
||||||
'default': nconf.get('mongo:database') || 0
|
'default': nconf.get('mongo:database') || 0
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user