Inner wrapper allows to abstract from a particular source of configuration.
get_conf/1 | Returns the value of the configuration property Prop. |
get_conf/2 | Returns the value of the configuration property Prop. |
get_conf(Prop) -> any()
Returns the value of the configuration property Prop. if configuration parameter does not exist, the function returns undefined
get_conf(Prop, DefVal) -> any()
Returns the value of the configuration property Prop. if configuration parameter does not exist, the function returns DefVal