From 01e2d8066062fa799aebab98dbb94843bff33b9c Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 28 Jun 2017 08:02:51 -0700 Subject: [PATCH] one more secret key in docs --- docs/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index b0b896d3..223bd6a8 100644 --- a/docs/config.rst +++ b/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.**