beknobloch / Roommate-Helper

0 stars 0 forks source link

Fix app/Config #66

Open NoahSpina opened 6 days ago

NoahSpina commented 6 days ago

app/Config hold important security details to our app like SECRET_KEY. We should define a stronger secret key. We also shouldn't push this file to GitHub which will give everyone access to the secret key and make the website vulnerable. A solution to this would be to use dotenv.