Browse Source

Update config.rst

Fix Debug Default: By default Debug is only True when ENV is 'development'
pull/2737/head
Vik 6 years ago committed by David Lord
parent
commit
9394c389bf
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  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