Thursday, 25 May 2017

How to enter environment variable in bash scripts for node.js usage

Basically, what I want to do is, I want to say create one environment variable called test. and then I want to access it in my nodejs/express app via process.env.test. how can I achieve such functionality?



via M thaker

No comments:

Post a Comment