Expand description
Environment-variable config overrides (spec 05 SECTION__KEY).
An env var named SECTION__KEY (double underscore) overrides
config[section][key], so SERVER__PORT=4000 sets server.port. Values are
coerced to bool/number when they parse, else kept as strings.
Functionsยง
- apply_
env_ overrides - Apply
SECTION__KEY=valueoverrides (as(name, value)pairs) ontoconfig. - from_
process_ env - Read
SECTION__KEYoverrides from the process environment.