/gen_config

Erlang configuration engine

Primary LanguageErlangBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

gen_config

Erlang configuration engine

Usage

gen_config

  • load(Filename)

    Loads config

  • g(Key)

    Returns value of key or keypath with {ok,Value}

  • get_value(Key)

    Returns value of key or keypath with Value