Issue with `Config` module not picking up environment variables
I'm noticing that when running code in a certain environment, env vars are not being picked up by use of the
Config module, but are accessible via directly accessing process.env. Any clue why that might be, or how I be able to fix it?