Browse Source

Update config.rst

Fix Debug Default: By default Debug is only True when ENV is 'development'
pull/2733/head
Vik 6 years ago committed by GitHub
parent
commit
ad1ce2721b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/config.rst

2
docs/config.rst

@ -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…
Cancel
Save