Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Configure your plugins & settings

```
% heroku addons:create mongolab:sandbox # optional: use whatever mongo provider you prefer
% heroku config:add MONGO_URL=<insert_value_of_MONGOLAB_URI_here>
% heroku config:add ROOT_URL=<insert_url_created_above_here>
% heroku config:add MONGO_URL=<insert_value_of_MONGOLAB_URI_here> # hint: run heroku config | grep MONGOLAB_URI
% heroku config:add ROOT_URL=<insert_url_of_the_app_created_above_here> #example: https://your_app.herokuapp.com/
```

Add [session affinity](https://devcenter.heroku.com/articles/session-affinity) so your app will still work with more than one dyno
Expand Down