ex_ex v0.1.0 ExEx.Mix.Config
TODO
Link to this section Summary
Functions
Used for adding {:system, MY_VAR} style support to values defined in
a Mix.Config. This function will lookup these values from System if of
the proper format, otherwise it will simply return the value. This
makes it so your application code doesn’t need to care where the config
comes from
Link to this section Functions
Link to this function
unpack(other, opts \\ [coerce: false])
Used for adding {:system, MY_VAR} style support to values defined in
a Mix.Config. This function will lookup these values from System if of
the proper format, otherwise it will simply return the value. This
makes it so your application code doesn’t need to care where the config
comes from