MPX v0.1.7 Mpx.Config

Catch all module to hold config functions

Summary

Functions

Given the result of the configuration, convert it to the actual value. It mainly exists to support {:system, ENV_VAR} values

Functions

from_config(config_param, any_val)

Specs

from_config(atom, term | nil) ::
  no_return |
  String.t

Given the result of the configuration, convert it to the actual value. It mainly exists to support {:system, ENV_VAR} values.