Given your current setup, the easiest way is to just replace the current content of your setEnvVars.js to:
require('dotenv').config()
It will load the env vars from your existing .env file.
Given your current setup, the easiest way is to just replace the current content of your setEnvVars.js to:
require('dotenv').config()
It will load the env vars from your existing .env file.