mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +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",
|
name: "mongo:database",
|
||||||
description: "Which database to use",
|
description: "MongoDB database name",
|
||||||
'default': nconf.get('mongo:database') || 0
|
'default': nconf.get('mongo:database') || 0
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user