5
votes
2answers
78 views

Mocha + Nodejs + Heroku .env file

I have a REST app written in NodeJS running on Heroku. I have my .env file setup for local development and works fine whenever I run foreman to serve my app locally. The app also runs fine when I ...