Browse Source

fix some config names in new doc

pull/2347/head
David Lord 8 years ago
parent
commit
abf54c8182
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 4
      docs/config.rst

4
docs/config.rst

@ -163,7 +163,7 @@ The following configuration values are used internally by Flask:
Default: ``False`` Default: ``False``
.. py:data:: SESSION_COOKIE_LIFETIME .. py:data:: PERMANENT_SESSION_LIFETIME
If ``session.permanent`` is true, the cookie's max age will be set to this If ``session.permanent`` is true, the cookie's max age will be set to this
number of seconds. Can either be a :class:`datetime.timedelta` or an number of seconds. Can either be a :class:`datetime.timedelta` or an
@ -188,7 +188,7 @@ The following configuration values are used internally by Flask:
Default: ``False`` Default: ``False``
.. py:data:: SEND_FILE_MAX_AGE .. py:data:: SEND_FILE_MAX_AGE_DEFAULT
When serving files, set the cache control max age to this number of When serving files, set the cache control max age to this number of
seconds. Can either be a :class:`datetime.timedelta` or an ``int``. seconds. Can either be a :class:`datetime.timedelta` or an ``int``.

Loading…
Cancel
Save