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