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
f7ac3a7620
commit
ad1ce2721b
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.**
|
**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.
|
otherwise.
|
||||||
|
|
||||||
.. py:data:: TESTING
|
.. py:data:: TESTING
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue