Skip to content

Commit

Permalink
Mention loaders and Locality in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
akaIDIOT committed Jan 28, 2019
1 parent 39f8fb4 commit 545b4ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ defining defaults or reading from multiple files:
# if set, load_name will take a look at environment variables like
# APP_FOO_BAR and APP_FOO_BAZ, mixing those in as foo.bar and foo.baz
# the default load order can be overridden if necessary:
configuration = confidence.load_name('app', load_order=confidence.loaders(
# loading system after user makes system locations take precedence
confidence.Locality.user, confidence.Locality.system
))
While powerful, no set of convenience functions will ever satisfy
everyone's use case. To be able to serve as wide an audience as
possible, confidence doesn't hide away its flexible internal API.
Expand Down

0 comments on commit 545b4ba

Please sign in to comment.