PR #17966 introduced the strict handling of environment variables
to prevent security issues. However, strict handling prevents using environment variables for non-string settings as
the configuration before replacing the variables must be TOML conform. To provide security-by-default, w...