mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
Make the description more clear.
The same description in mongo.js and install.js are ambiguous.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
},
|
||||
{
|
||||
name: "mongo:database",
|
||||
description: "Which database to use",
|
||||
description: "MongoDB database name",
|
||||
'default': nconf.get('mongo:database') || 0
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user