sguzman / RemoteWeb

A Proxy web webserver in scala that reroutes RESTful API calls
The Unlicense
0 stars 1 forks source link

Port in Heroku is in env var $PORT #3

Closed sguzman closed 6 years ago

sguzman commented 6 years ago

I received errors when I deployed project to Heroku. This was because it could not attach to port.

I need to add logic in app to grab env var $PORT and attach to it if its available.