Configuration dynamically resolves Elixir config values and caches the resolved value back to the config for efficient use.
If available in Hex, the package can be installed
by adding configuration
to your list of dependencies in mix.exs
:
def deps do
[
{:configuration, "~> 0.1.0"}
]
end
This software is licensed under MIT open source license.