Files
Moltbot/docs
Sebastian a36735b913 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-16 16:32:07 -05:00
..
2026-01-10 05:14:09 +01:00
2026-01-13 04:41:01 +00:00
2026-01-16 21:00:15 +00:00
2026-01-10 20:05:22 +01:00
2026-01-16 05:28:40 +00:00
2026-01-15 07:21:40 +00:00
2026-01-16 02:59:43 +00:00
2026-01-16 20:20:26 +00:00
2026-01-04 14:38:51 +00:00
2026-01-15 08:15:33 +00:00
2026-01-15 08:40:37 +00:00
2026-01-16 05:55:05 +00:00
2026-01-09 00:34:38 +00:00
2026-01-15 01:12:59 +00:00