From 37c896f7b38e4bcb37afe02b52794c4dbd1534f0 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 29 Jan 2016 11:39:34 +0100 Subject: [PATCH] add a note about installing the mongodb client --- config.js.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js.dist b/config.js.dist index 2b2e9e916..f8de978a6 100644 --- a/config.js.dist +++ b/config.js.dist @@ -41,8 +41,8 @@ module.exports = { */ // 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", // mongoCollectionName: 'cryptpad',