diff --git a/collector/settings.mdx b/collector/settings.mdx index 9020d58..58382de 100644 --- a/collector/settings.mdx +++ b/collector/settings.mdx @@ -30,7 +30,8 @@ If the test succeeds, this will automatically load the new configuration in the The tables below list configuration settings, their defaults if not set, and their descriptions. If a setting is configurable through environment variables, the environment variable name follows the setting in parentheses. -Environment variables for boolean settings expect `1` for true and `0` for false. +Boolean settings in both the `INI` config and environment variables can either be specified as `true`/`false` +or `1`/`0` values. Note that these settings apply to the latest version of the collector.