trailsjs / trailpack-hapi

:package: Hapi.js Trailpack
MIT License
19 stars 9 forks source link

Added default host configuration #109

Closed konstantinzolotarev closed 8 years ago

konstantinzolotarev commented 8 years ago

Right now when you try to deploy new Trails application to heroku it will fail (even without trailpack-repl with this error: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch

This fix will correctly bind trails application to heroku instance

scott-wyatt commented 8 years ago

I think that with this change in effect, the Trails app info on start should specify the Host? Should we open a new issue for this?

jaumard commented 8 years ago

I think it's done by this right ? https://github.com/trailsjs/trailpack-core/pull/53/ by don't know if it's deploy on npm yet

jaumard commented 8 years ago

@scott-wyatt just try and it's deploy on last version :)