oortcloud / heroku-buildpack-meteorite

MIT License
189 stars 97 forks source link

Bug in Readme.md #34

Closed paralin closed 10 years ago

paralin commented 10 years ago

If you don't include http:// before your ROOT_URL, your app will crash with a cryptic message. The readme suggests:

heroku config:add ROOT_URL=your.domain.com

while it should be

heroku config:add ROOT_URL=http://your.domain.com