AirbrakeEx.Config (airbrake_ex v0.3.0)

Copy Markdown View Source

This module handles smart fetching of values from the config

Summary

Functions

Fetches a value from config, or environment if {:system, "VAR"} is provided. An optional default value can be provided, if desired.

Functions

get(app, key, default \\ nil)

@spec get(atom(), atom(), term() | nil) :: term()

Fetches a value from config, or environment if {:system, "VAR"} is provided. An optional default value can be provided, if desired.