Updated MongoLab deployment instructions

pull/2/head
Sahat Yalkabov 2014-04-04 04:48:13 -04:00
parent 477689b709
commit bfe17db945
1 changed files with 1 additions and 1 deletions

View File

@ -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://<dbuser>:<dbpassword>@ds027479.mongolab.com:27479/<dbname>'`
- `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).