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?
No comments:
Post a Comment