Packages

A type-safe configuration loader for Gleam that supports JSON, YAML, and TOML with automatic format detection, environment variable resolution, and profile-based configuration.

Current section

Files

Jump to
yodel include yodel@options_Options.hrl
Raw

include/yodel@options_Options.hrl

-record(options, {
format :: yodel@options:format(),
resolve :: yodel@options:resolve_options(),
config_base_name :: binary(),
profile_env_var :: binary(),
profiles :: list(binary())
}).