View Source API Reference hush v1.2.0
Modules
Extensible runtime configuration loader with pluggable providers
This config provider can be attached to your release to run automatically on boot.
Hush relies on providers to resolve values that the consumer requests.
Provider to read secrets from file system
Provider to resolve runtime environmental variables
Replace configuration with provider-aware resolvers.
Hush relies on transformers to post process values after resolving them.
Apply function transformer
Utility functions to cast strings to Elixir native types
File writer transformer