From ad1ce2721b4af0a48cfba6d5f22324d93d7db036 Mon Sep 17 00:00:00 2001 From: Vik Date: Fri, 27 Apr 2018 15:37:13 +0100 Subject: [PATCH] Update config.rst Fix Debug Default: By default Debug is only True when ENV is 'development' --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index d521ab72..c2958bf7 100644 --- a/docs/config.rst +++ b/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