Skip to content

Commit

Permalink
Add 2 new env variables about QGIS server
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and DelazJ committed Aug 21, 2023
1 parent 3cade5a commit 5ac0d9b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/server_manual/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ several ways to define these variables. This is fully described in
- depends on packaging
- OAPIF/WFS3

* - QGIS_SERVER_APPLICATION_NAME
- Name of the application to be used, for instance when connecting to a database to identify
the QGIS server instance connected
- QGIS3 server
- All

* - QGIS_SERVER_API_WFS3_MAX_LIMIT
- Maximum value for ``limit`` in a OAPIF/WFS3 features request.
- 10000
Expand All @@ -103,6 +109,11 @@ several ways to define these variables. This is fully described in
- 50 MB
- All

* - QGIS_SERVER_CAPABILITIES_CACHE_SIZE
- The maximum number of project capabilities to cache.
- 40
- All

* - QGIS_SERVER_DISABLE_GETPRINT
- This is an option at the project level to improve project read time by disabling
loading of layouts.
Expand Down Expand Up @@ -294,7 +305,7 @@ several ways to define these variables. This is fully described in
- ''
- WMS

* - QGIS_SERVER_WMTS_SERVICE_URL
* - QGIS_SERVER_WMTS_SERVICE_URL
- This is an option to set the service URL if it is not present in the project.
See :ref:`QGIS_SERVER_SERVICE_URL <qgis_server_service_url>` for more information.
- ''
Expand Down

0 comments on commit 5ac0d9b

Please sign in to comment.