Pregunta

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.

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top