forked from orbit-oss/flask
Update config.rst
Fix Debug Default: By default Debug is only True when ENV is 'development'
This commit is contained in:
parent
32e813f728
commit
9394c389bf
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ The following configuration values are used internally by Flask:
|
|||
|
||||
**Do not enable debug mode when deploying in production.**
|
||||
|
||||
Default: ``True`` if :data:`ENV` is ``'production'``, or ``False``
|
||||
Default: ``True`` if :data:`ENV` is ``'development'``, or ``False``
|
||||
otherwise.
|
||||
|
||||
.. py:data:: TESTING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue