forked from orbit-oss/flask
one more secret key in docs
This commit is contained in:
parent
d13e41ddef
commit
01e2d80660
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ The following configuration values are used internally by Flask:
|
|||
application. It should be a long random string of bytes, although unicode
|
||||
is accepted too. For example, copy the output of this to your config::
|
||||
|
||||
python -c 'import os; print(os.urandom(32))'
|
||||
python -c 'import os; print(os.urandom(16))'
|
||||
b'_5#y2L"F4Q8z\n\xec]/'
|
||||
|
||||
**Do not reveal the secret key when posting questions or committing code.**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue