Commit 4e542fc49b4f9e2139e1788b5413cad8cc528616
Exists in
master
and in
1 other branch
Merge pull request #469 from adamjt/master
Update Heroku config in README
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
| @@ -151,7 +151,7 @@ git clone http://github.com/errbit/errbit.git | @@ -151,7 +151,7 @@ git clone http://github.com/errbit/errbit.git | ||
| 151 | ```bash | 151 | ```bash |
| 152 | gem install heroku | 152 | gem install heroku |
| 153 | heroku create example-errbit --stack cedar | 153 | heroku create example-errbit --stack cedar |
| 154 | -heroku addons:add mongolab:starter | 154 | +heroku addons:add mongolab:sandbox |
| 155 | heroku addons:add sendgrid:starter | 155 | heroku addons:add sendgrid:starter |
| 156 | heroku config:add HEROKU=true | 156 | heroku config:add HEROKU=true |
| 157 | heroku config:add SECRET_TOKEN="$(bundle exec rake secret)" | 157 | heroku config:add SECRET_TOKEN="$(bundle exec rake secret)" |