Network address not detected on Ubuntu
Created by: nikolas
My app runs by default on http://localhost:3000/.
I can configure the port by doing: PORT=8000 npm start
. What's the variable name to update localhost
to something accessible from another computer, like 0.0.0.0?