add a note about installing the mongodb client
This commit is contained in:
parent
1483f110bc
commit
37c896f7b3
@ -41,8 +41,8 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
// mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
// mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
||||||
|
|
||||||
/* mongoUri should really be used to refer to a
|
/* mongoUri should really be used to refer to a local installation of mongodb
|
||||||
*
|
* to install the mongodb client, run `npm install mongodb`
|
||||||
*/
|
*/
|
||||||
// mongoUri: "mongodb://localhost:27017/cryptpad",
|
// mongoUri: "mongodb://localhost:27017/cryptpad",
|
||||||
// mongoCollectionName: 'cryptpad',
|
// mongoCollectionName: 'cryptpad',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user