Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupply binding interface in .env #74
Comments
|
Would you care to give an example? I.E. what's your preferred method to resolve this? |
|
Perhaps, provide
in .env and simply
becomes
|
|
Ok. I'll be happy to accept a PR that looks for the I'm suggesting |
|
Fixed in #77. Only thing left here:
|
Summary
.env file needs an entry to supply the binding interface for 'listen'.
It currently forces to listen on all interfaces exposing port 3000 globally without a firewall blocking it.
Also, you should check to make sure APP_PORT is an integer or else it starts out as listening on port NaN and the process stays alive.
Steps to Reproduce
Additional info