Is there any way I can read environment variables in node.js code?
Like for example python's os.environ['HOME']
|
Is there any way I can read environment variables in node.js code? Like for example python's |
|||
|
|
|
Got it.
Where |
||||
|
|
|
For those of you using Express you can get it with: |
|||||||||||
|
|
You might consider managing your configuration in a centralized manner using something like nconf https://github.com/flatiron/nconf It helps you work with configuration files, environment variables, command-line arguments. |
|||
|