Question

I like using .env -files in my projects and love that foreman automatically includes those values into my ENV.

Is there something similar for Node.js?

I really don't want a plugin that needs extra configuration besides installing it, but I'd love any proper way of achieving this.

Was it helpful?

Solution

I seem to have finally found the right plugin and it's dotenv

OTHER TIPS

pm2 can do this, if you specify environment in .json config files (see this as an example)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top