get ENOTFOUND error when using enviroment variables for MySQL Connection
Sorry in advanced If this question did not include the proper tags. I'm trying to build out a CRUD API using MySQL in NodeJS. I want to pull my DB credentials from the enviromental variables. Right Now I'm trying to…