Commit a93960a55020e9e74cfc7a58bfae71a331cd076c
1 parent
3db48ca3
Exists in
master
and in
1 other branch
No need in pushing mongo.yml to heroku
Errbit is aware of MONGOLAB_URI environment variable.
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
README.md
| ... | ... | @@ -150,9 +150,6 @@ git clone http://github.com/errbit/errbit.git |
| 150 | 150 | gem install heroku |
| 151 | 151 | heroku create example-errbit --stack cedar |
| 152 | 152 | heroku addons:add mongolab:starter |
| 153 | -cp -f config/mongoid.mongolab.yml config/mongoid.yml | |
| 154 | -git add -f config/mongoid.yml | |
| 155 | -git commit -m "Added mongoid config for Mongolab" | |
| 156 | 153 | heroku addons:add sendgrid:starter |
| 157 | 154 | heroku config:add HEROKU=true |
| 158 | 155 | heroku config:add ERRBIT_HOST=some-hostname.example.com | ... | ... |