Browse Source

one more secret key in docs

pull/2409/head
David Lord 7 years ago
parent
commit
01e2d80660
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 3
      docs/config.rst

3
docs/config.rst

@ -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…
Cancel
Save