Skip to content

Commit b4ddb34

Browse files
authoredJan 14, 2025
Merge pull request OSGeo#11647 from mdsumner/patch-10
DOC: configoptions fix ignore-env-vars directive
2 parents 2ad0a28 + ff557b8 commit b4ddb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/source/user/configoptions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ or through the ``--config`` command line switch.
129129
The value of environment variables set before GDAL starts will be used instead
130130
of the value set in the configuration files, unless, starting with GDAL 3.6,
131131
the configuration file starts with a ``[directives]`` section that contains a
132-
``ignore-env-variables=yes`` entry.
132+
``ignore-env-vars=yes`` entry.
133133

134134
.. code-block::
135135
136136
[directives]
137137
# ignore environment variables. Take only into account the content of the
138138
# [configoptions] section, or ones defined programmatically with
139139
# CPLSetConfigOption / CPLSetThreadLocalConfigOption.
140-
ignore-env-variables=yes
140+
ignore-env-vars=yes
141141
142142
143143
Starting with GDAL 3.5, a configuration file can also contain credentials

0 commit comments

Comments
 (0)
Failed to load comments.