ExInsights v0.3.1 ExInsights.Configuration View Source
Internal module for reading configuration values
Link to this section Summary
Functions
Reads configuration related to the ex_insights app
Link to this section Functions
Link to this function
get_value(key, default \\ nil)
View Source
get_value(atom, default :: term) :: any
Reads configuration related to the ex_insights app.
Provides support for {:system, "VAR_NAME"}
configuration.
Intended for internal use.