Nikhil1912 / Athenaeum

MIT License
0 stars 1 forks source link

BUG: Secret Key Exposed #46

Closed abidnazirisami closed 2 years ago

abidnazirisami commented 2 years ago

The secret key used for our backend keeps the secret key in the settings.py file. Move this key to the .env file, make sure the file is in .gitignore and change the key (since it has been exposed).