I wanted to see my Nodejs environment variables on Windows. Since I am running my Nodejs application in windows I figured I would see the environment variables but I cannot see any of my environment variables that I am using in Nodejs.
I am using the dotenv package to load my env variables. For example one of my env variable is
db_dev_database = myDB
But looking at my env variables in windows it is nowhere to be seen:
Where is this environment variable stored in windows?
