Represents a single configuration value with metadata.
Default value used when no override or environment variable is present
Human-readable description of the configuration value
Optional
Optional environment-specific overrides.
{ development: "dev-host", production: "prod-host" } Copy
{ development: "dev-host", production: "prod-host" }
Represents a single configuration value with metadata.