process.env.ENV_VARIABLE
Where ENV_VARIABLE is the name of the variable you wish to access.
See Node.js docs for process.env.
process.env.ENV_VARIABLE
Where ENV_VARIABLE is the name of the variable you wish to access.
See Node.js docs for process.env.