diff --git a/docs/config_file_description/README.md b/docs/config_file_description/README.md index b92891d4..735c8034 100644 --- a/docs/config_file_description/README.md +++ b/docs/config_file_description/README.md @@ -5,7 +5,11 @@ Imunify360 config file is available on the following location after installation _/etc/sysconfig/imunify360/imunify360.config_ -In the config file it is possible to set up Imunify360 configuration. The following options are available: +In the config file it is possible to set up Imunify360 configuration. The following options are available: + +:::tip +Note that if YAML is used, it accepts any format: `True`/`true`/`yes`/`y`, etc. However, the CLI uses JSON which is strict – only lowercase `true`/`false`. Thus, if you are using the `imunify360-agent` CLI tool to make changes to the configuration, make sure you are using the lowercase. +:::