From ce2ac202353d7e3e4ca054aaff670d09afeeb98f Mon Sep 17 00:00:00 2001 From: Ari Entlich Date: Wed, 28 May 2014 15:00:34 -0400 Subject: [PATCH] Edit README.md to reflect previous commit. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebeaad8..cc5a2f6 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,12 @@ https://github.com/okfn/annotator-store + Create a heroku app `heroku apps:create $appname` + Add the Heroku add-on MongoLab `heroku addons:add mongolab` + Get MongoLab configuration settings `heroku config:pull` -+ Edit the file named `.env` replace the word `MONGOLAB_URI` with `DB` -+ Tell Heroku about your environment: - ```heroku config:add `cat .env` ``` +There may be times during development that you will want to use +a MongoDB server other than the one hosted by mongolab. To do this, +remove the `MONGOLAB_URI=` line in your `.env` file and add a `DB=` +line with your new URI. The `MONGOLAB_URI` variable takes precedence +over `DB`. ## Dependencies ### OKFN Annotator