Skip to content

Commit 16dba23

Browse files
committed
docs: add info about valid boolean values
1 parent 638b857 commit 16dba23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/config/ini-config.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ ini.1.max_velocity \
117117
ini.2.max_velocity
118118
----
119119

120+
.Boolean Variables
121+
122+
Boolean values can be on one of `TRUE`, `YES` or `1` for true/enabled and one of `FALSE`, `NO` or `0` for false/disabled. The case is ignored.
123+
120124
The following sections detail each section of the configuration file,
121125
using sample values for the configuration lines.
122126

0 commit comments

Comments
 (0)