mdurst365 / Project2

a CRUD (create, read, update, delete) app that allows users to drag and drop fictitious players into various soccer positions and create their own fantasy soccer team - with the possibility of extending to other sports
https://project2sports.herokuapp.com/
MIT License
1 stars 1 forks source link

hide API keys with dotenv #11

Closed mdurst365 closed 3 years ago

mdurst365 commented 3 years ago

Must protect API keys in Node with environment variables

mdurst365 commented 3 years ago

starting on this issue - we don't really have API keys but we do have config settings that we want to hide with dotenv

mdurst365 commented 3 years ago

Just tested this and @TheCoaxial got it working because he is awesome! Muchas gracias!