one more secret key in docs

This commit is contained in:
David Lord 2017-06-28 08:02:51 -07:00
parent d13e41ddef
commit 01e2d80660
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

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