aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/usage')
-rw-r--r--docs/source/usage/environmentvars.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/usage/environmentvars.rst b/docs/source/usage/environmentvars.rst
index 00058716..24ae4a45 100644
--- a/docs/source/usage/environmentvars.rst
+++ b/docs/source/usage/environmentvars.rst
@@ -65,3 +65,12 @@ done by setting the variable with no content::
(Content Delivery Network) storage, when grids are not available locally.
Alternatively, the :c:func:`proj_context_set_enable_network` function can
be used.
+
+.. envvar:: PROJ_NETWORK_ENDPOINT
+
+ .. versionadded:: 7.0.0
+
+ Define the endpoint of the CDN storage. Normally defined through the proj.ini
+ configuration file locale in PROJ_LIB.
+ Alternatively, the :c:func:`proj_context_set_url_endpoint` function can
+ be used.