View Source Hellosign.Config (hellosign_ex v0.1.4)

Reads configuration on application start, parses all environment variables (if any) and caches the final config in memory to avoid parsing on each read afterwards.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

@type t() :: %Hellosign.Config{
  api_key: String.t() | nil,
  api_url: String.t() | nil,
  client_id: String.t() | nil,
  default_cc: String.t() | nil,
  test_mode: String.t() | nil
}

Functions