Packages
A wrapper for `Application.get_config/3` and `System.get_env/1` that makes it easy to swap in process-specific overrides. Among other things, this allows tests to provide async-safe overrides.
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
Change Log
==========
## 1.0.2
* Fix dialyzer error when analyzing an application using Gestalt in
non-test environments.
## 1.0.1
* Add credo, dialyzer; fix issues
* Add `@spec`s
## 1.0
* Return existing env/config for values not explicitly overridden
* Fix license in mix.exs
## 0.3.1
* Add Apache license
* Internal reorganization of private mix tasks