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.

Était-ce utile?

La solution

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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top