From cd8f19c631ed17b7e1fb51560d3630dc1dd6b298 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 25 Jul 2018 17:46:00 -0400 Subject: [PATCH] Update docs --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c2fd35e..e9a8cea 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,9 @@ ENV_LOAD_ALL Whether or not to load all environment variables for the configuration object. When :code:`False` only settings predefined on the configuration object are loaded, all others are ignored. When :code:`True` all environment variables defined in :code:`os.environ` will get loaded into your configuration object. - (default :code:`False`) + (default :code:`True`) + + Note: Future versions will have default of :code:`False`. Setting configuration values