Lightning.Config.Utils (Lightning v2.14.5-pre1)

View Source

Utility functions for working with the application environment.

Summary

Functions

ensure_boolean(value)

@spec ensure_boolean(binary()) :: boolean()

get_env(list, default \\ nil)

Retrieve a value nested in the application environment.

get_env(app, key, path, default \\ nil)