Closed muellermartin closed 5 years ago
In line 5 of defaults.py there is the option SECRET_KEY with the value set to this-really-needs-to-be-changed. I could not find it being used anywhere in the repository although it looks important. What is this option good for?
defaults.py
SECRET_KEY
this-really-needs-to-be-changed
Its the encryption key for flask sessions
http://flask.pocoo.org/docs/1.0/quickstart/#sessions
I'll add a comment to the defaults.py
In line 5 of
defaults.py
there is the optionSECRET_KEY
with the value set tothis-really-needs-to-be-changed
. I could not find it being used anywhere in the repository although it looks important. What is this option good for?