I\'m trying to follow a tutorial and it says:
There are a few ways to load credentials. Loaded from environment variables,
There are a few ways to load credentials.
I was getting undefined after setting a system env var. When I put APP_VERSION in the User env var, then I can display the value from node via process.env.APP_VERSION