Search code examples
node.jsenvironment-variablesenv

Is there a system for Node.js projects to automatically populate ENV?


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.


Solution

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