I am using an .env file to hold environment variables for the server. This works if I run the server with foreman start. But it doesn\'t work with nodemon.
I would
Place your local configuration variables in the .env file and run foreman along with nodemon using the following command
$ foreman run nodemon web.js