update env file precedence

This commit is contained in:
David Lord 2024-11-07 11:27:51 -08:00
parent ce08bc704e
commit 2c31603042
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
3 changed files with 90 additions and 47 deletions

View file

@ -17,6 +17,9 @@ Unreleased
about resource limits to the security page. :issue:`5625`
- Add support for the ``Partitioned`` cookie attribute (CHIPS), with the
``SESSION_COOKIE_PARTITIONED`` config. :issue`5472`
- ``-e path`` takes precedence over default ``.env`` and ``.flaskenv`` files.
``load_dotenv`` loads default files in addition to a path unless
``load_defaults=False`` is passed. :issue:`5628`
Version 3.0.3