RigInboundGateway.RequestLogger.ConfigValidation (Reactive Interaction Gateway v3.0.0-alpha.2) View Source
Module responsible for global validation of environment variables and provides utility functions to validate configuration in respective modules.
Link to this section Summary
Link to this section Functions
Specs
config() :: any()
Returns module configuration.
If application environment contains values in Keyword
or Map
struct,
defaults from macro usage will be recursively merged with application configuration.
If one of the configuration parameters does not exist or can not be resolved, raises ArgumentError
.
Link to this function
validate_dependent_value(env_var_name, env_var_value, depedency_env_var_name, dependency_env_var_value)
View SourceSpecs
Link to this function