flask/docs
pgjones 08a283af5e
Allow loading of environment variables into the config
This new method will pick out any environment variables with a certain
prefix and place them into the config named without the prefix. This
makes it easy to use environment variables to configure the app as is
now more popular than when Flask started.

The prefix should ensure that the environment isn't polluted and the
config isn't polluted by environment variables.

I've followed the dynaconf convention of trying to parse the
environment variable and then falling back to the raw value if parsing
fails.
2022-03-25 11:54:03 -07:00
..
_static update docs for new theme 2019-09-24 06:35:10 -07:00
deploying update docs about gevent/eventlet/greenlet 2021-11-11 18:32:07 -08:00
patterns Adding Fish commands to docs 2022-01-14 08:26:50 -08:00
tutorial update tests for relative redirects 2022-03-25 11:48:26 -07:00
advanced_foreword.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
api.rst Merge branch '2.0.x' 2022-02-14 12:06:57 -08:00
appcontext.rst fix grammar in links to app and request context 2021-10-01 10:16:20 -07:00
async-await.rst remove ContextVar compat 2021-11-11 16:12:08 -08:00
becomingbig.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
blueprints.rst Fix typo in the example of nesting bp docs 2021-05-12 07:49:34 +00:00
changes.rst docs rename changelog to changes 2021-02-24 10:09:38 -08:00
cli.rst add exclude-patterns option to flask run 2022-02-09 12:44:03 -08:00
conf.py update pallets-sphinx-themes 2021-05-20 21:03:02 -07:00
config.rst Allow loading of environment variables into the config 2022-03-25 11:54:03 -07:00
contributing.rst update development resources 2017-05-28 10:26:07 -07:00
debugging.rst Adding Fish commands to docs 2022-01-14 08:26:50 -08:00
design.rst update async docs 2021-04-06 15:33:06 -07:00
errorhandling.rst Update errorhandling.rst 2022-03-22 10:29:00 +01:00
extensiondev.rst drop Python 3.6 2021-11-11 16:11:43 -08:00
extensions.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
foreword.rst remove unused ref directives 2020-04-04 12:57:14 -07:00
htmlfaq.rst removing outdated xhtml information (#3802) 2020-10-21 14:13:41 -07:00
index.rst update async docs 2021-04-06 15:33:06 -07:00
installation.rst remove ContextVar compat 2021-11-11 16:12:08 -08:00
license.rst docs rename changelog to changes 2021-02-24 10:09:38 -08:00
logging.rst mention default logging level 2019-09-23 12:17:46 -07:00
make.bat update docs for new theme 2019-09-24 06:35:10 -07:00
Makefile update docs for new theme 2019-09-24 06:35:10 -07:00
quickstart.rst Adding Fish commands to docs 2022-01-14 08:26:50 -08:00
reqcontext.rst fix grammar in links to app and request context 2021-10-01 10:16:20 -07:00
security.rst Remove X-XSS-Protection suggestion 2022-01-14 08:32:36 -08:00
server.rst Adding Fish commands to docs 2022-01-14 08:26:50 -08:00
shell.rst fix grammar in links to app and request context 2021-10-01 10:16:20 -07:00
signals.rst Fixes old print statement in some documentation pages 2021-10-16 02:04:07 +09:00
templating.rst Update templating.rst 2021-06-18 20:15:02 +08:00
testing.rst rewrite testing docs 2022-02-13 14:06:51 -08:00
views.rst Fix typo in docs/views.rst 2021-06-26 22:15:43 +08:00