See [config template](../config/config.template.yml) for the configuration schema.
## Environment Variables
Any configuration key can be overridden using environment variables, without modifying the config file. This is useful for CI/CD pipelines or temporary overrides.
**Format:**`PMG_<KEY>` where the key is the config key uppercased, with nested keys joined by `_`.