QGIS API Documentation  3.6.0-Noosa (5873452)
Public Types | List of all members
QgsServerSettingsEnv Class Reference

Provides some enum describing the environment currently supported for configuration. More...

#include <qgsserversettings.h>

Inheritance diagram for QgsServerSettingsEnv:
Inheritance graph
[legend]

Public Types

enum  EnvVar {
  QGIS_OPTIONS_PATH, QGIS_SERVER_PARALLEL_RENDERING, QGIS_SERVER_MAX_THREADS, QGIS_SERVER_LOG_LEVEL,
  QGIS_SERVER_LOG_FILE, QGIS_SERVER_LOG_STDERR, QGIS_PROJECT_FILE, MAX_CACHE_LAYERS,
  QGIS_SERVER_CACHE_DIRECTORY, QGIS_SERVER_CACHE_SIZE
}
 Environment variables to configure the server. More...
 
enum  Source { DEFAULT_VALUE, ENVIRONMENT_VARIABLE, INI_FILE }
 Source of the parameter used in the configuration. More...
 

Detailed Description

Provides some enum describing the environment currently supported for configuration.

Since
QGIS 3.0

Definition at line 37 of file qgsserversettings.h.

Member Enumeration Documentation

◆ EnvVar

Environment variables to configure the server.

Enumerator
QGIS_OPTIONS_PATH 
QGIS_SERVER_PARALLEL_RENDERING 
QGIS_SERVER_MAX_THREADS 
QGIS_SERVER_LOG_LEVEL 
QGIS_SERVER_LOG_FILE 
QGIS_SERVER_LOG_STDERR 
QGIS_PROJECT_FILE 
MAX_CACHE_LAYERS 
QGIS_SERVER_CACHE_DIRECTORY 
QGIS_SERVER_CACHE_SIZE 

Definition at line 52 of file qgsserversettings.h.

◆ Source

Source of the parameter used in the configuration.

Enumerator
DEFAULT_VALUE 
ENVIRONMENT_VARIABLE 
INI_FILE 

Definition at line 43 of file qgsserversettings.h.


The documentation for this class was generated from the following file: