Gullintanni v0.1.0 Gullintanni.Config
Utility module for dealing with application configuration settings.
Summary
Functions
Returns the value of the application configuration specified by key
Returns the value of the subkey of the parent application configuration
specified by key
Transforms all the {:system, "ENV_VAR"} tuples into their respective values
grabbed from the process environment
Returns true if all of the keys are present in the config, otherwise
false
Types
The configuration settings type
Functions
Returns the value of the application configuration specified by key.
Returns [] if no configuration was found.
Returns the value of the subkey of the parent application configuration
specified by key.
Returns [] if no configuration was found.
Transforms all the {:system, "ENV_VAR"} tuples into their respective values
grabbed from the process environment.
Returns true if all of the keys are present in the config, otherwise
false.
Logs an error for any missing settings.