Skip to content

Commit

Permalink
Merge pull request #49 from Zuehlke/doc/env-variable-mapping
Browse files Browse the repository at this point in the history
Doc/env variable mapping
  • Loading branch information
silvanmelchior authored Jun 29, 2022
2 parents 942a8fa + dd01903 commit 2fb8f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/usage/sources_loaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are multiple config sources which support a heterogeneous set of use-cases
allow to easily configure multiple environments by having a separate file for each environment.
- :class:`~confz.ConfZEnvSource` allows to load config data from environment variables and .env files. It supports to
select the corresponding variables with allow- and deny-lists and with an optional prefix and optional custom separator for nested variables. The variable names are
either inferred from the config name or can be explicitly mapped.
either inferred from the config name (see :class:`~confz.confz_source.ConfZEnvSource` for the rules) or can be explicitly mapped.
- :class:`~confz.ConfZCLArgSource` allows to load config data from command line arguments. An optional prefix allows
to select only parts of the arguments. Optional custom separator for nested command line arguments is also supported. The argument names are either inferred from the config name or can be
explicitly mapped.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "confz"
version = "1.4.0"
version = "1.5.0"
description = "ConfZ is a configuration management library for Python based on pydantic."
license = "MIT"
authors = ["Zühlke"]
Expand Down

0 comments on commit 2fb8f3b

Please sign in to comment.