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.
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.