Files
Sebastian a4a2c3bc82 feat(config): add env var substitution in config values
Support ${VAR_NAME} syntax in any config string value, substituted at
config load time. Useful for referencing API keys and secrets from
environment variables without hardcoding them in the config file.

- Only uppercase env vars matched: [A-Z_][A-Z0-9_]*
- Missing/empty env vars throw MissingEnvVarError with path context
- Escape with $${VAR} to output literal ${VAR}
- Works with $include (included files also get substitution)

Closes #1009
2026-01-17 00:17:53 +00:00
..
2026-01-10 14:51:33 -06:00
2026-01-16 02:53:40 +00:00
2026-01-13 08:40:39 +00:00
2026-01-08 23:07:20 +01:00