README.md: sync the change with docs/Cluster-VictoriaMetrics.md after 50393d0024

This commit is contained in:
Aliaksandr Valialkin 2022-06-07 14:53:01 +03:00
parent 33afaa49d9
commit 42d3a19190
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -150,7 +150,7 @@ It is possible manualy setting up a toy cluster on a single host. In this case e
### Environment variables
Each flag values can be set thru environment variables by following these rules:
Each flag values can be set through environment variables by following these rules:
- The `-envflag.enable` flag must be set
- Each `.` in flag names must be substituted by `_` (for example `-insert.maxQueueDuration <duration>` will translate to `insert_maxQueueDuration=<duration>`)