Browse Source

Update docs

dev/env.load.all
Brett Langdon 8 years ago
parent
commit
cd8f19c631
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.rst

+ 3
- 1
README.rst View File

@ -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


Loading…
Cancel
Save