wisedrette / test-repo

0 stars 3 forks source link

Exposed Django config #17

Open kzetts opened 4 years ago

kzetts commented 4 years ago

SECRET_KEY = '2v&f#dh&)cvp)a3!m#23gkr5c*xh6eb72#l5p#8!qlibfpns44'

AjibsBaba commented 4 years ago

A good practice is to place your secret key in an environment variable(.env) then you create a gitignore file(.gitignore) in the repository then place the environment variable file(.env) in the gitignore to keep it secure.