We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ad0a28 + ff557b8 commit b4ddb34Copy full SHA for b4ddb34
doc/source/user/configoptions.rst
@@ -129,15 +129,15 @@ or through the ``--config`` command line switch.
129
The value of environment variables set before GDAL starts will be used instead
130
of the value set in the configuration files, unless, starting with GDAL 3.6,
131
the configuration file starts with a ``[directives]`` section that contains a
132
-``ignore-env-variables=yes`` entry.
+``ignore-env-vars=yes`` entry.
133
134
.. code-block::
135
136
[directives]
137
# ignore environment variables. Take only into account the content of the
138
# [configoptions] section, or ones defined programmatically with
139
# CPLSetConfigOption / CPLSetThreadLocalConfigOption.
140
- ignore-env-variables=yes
+ ignore-env-vars=yes
141
142
143
Starting with GDAL 3.5, a configuration file can also contain credentials
0 commit comments