one more secret key in docs

This commit is contained in:
David Lord 2017-06-28 08:02:51 -07:00
parent 6cb20f58a6
commit a6079b5fd6

View file

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