We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SECRET_KEY
1 parent ded812b commit 225ff3eCopy full SHA for 225ff3e
docs/config.rst
@@ -180,7 +180,7 @@ The following configuration values are used internally by Flask:
180
application. It should be a long random ``bytes`` or ``str``. For
181
example, copy the output of this to your config::
182
183
- $ python -c 'import secrets; print(secrets.token_hex()))'
+ $ python -c 'import secrets; print(secrets.token_hex())'
184
'192b9bdd22ab9ed4d12e236c78afcb9a393ec15f71bbf5dc987d54727823bcbf'
185
186
**Do not reveal the secret key when posting questions or committing code.**
0 commit comments