ElibomEx v0.1.3 ElibomEx.Config View Source

Stores configuration variables used to communicate with Elibom’s API. All settings also accept {:system, "ENV_VAR_NAME"} to read their values from environment variables at runtime.

Link to this section Summary

Types

t()

Represents a config structure

Functions

Fetch environmental data if not found it raises an Exception

Link to this section Types

Link to this type t() View Source
t() :: %{username: String.t, password: String.t, domain: String.t}

Represents a config structure

Link to this section Functions

Link to this function build!() View Source
build!() :: t | no_return

Fetch environmental data if not found it raises an Exception