mirror of https://github.com/pallets/flask.git
Merge pull request #2733 from kivS/patch-1
Fixed Debug default value in the docs
This commit is contained in:
commit
ea316d232a
|
|
@ -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…
Reference in New Issue