From bfe17db945d3692becb8da20bee20536651033e4 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 4 Apr 2014 04:48:13 -0400 Subject: [PATCH] Updated MongoLab deployment instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 982c8b130f..b7236adeca 100644 --- a/README.md +++ b/README.md @@ -941,7 +941,7 @@ experience, **Heroku** is the easiest to get started with, it will automatically - *A database user is required to connect to this database.* **Click here** *to create a new one.* - Click the link and fill in **DB Username** and **DB Password** fields - Finally, in `secrets.js` instead of `db: 'localhost'`, use the following URI with your credentials: - - `db: 'mongodb://:@ds027479.mongolab.com:27479/'` + - `db: 'mongodb://USERNAME:PASSWORD@ds027479.mongolab.com:27479/DATABASE_NAME'` > **:exclamation:Note**: As an alternative to MongoLab, there is also [MongoHQ](http://www.mongohq.com/home).