module documentation

Environment variables.

These variables, if set, override corresponding configuration values.

Constant GWS_APP_DIR application directory
Constant GWS_CONFIG path to the config file
Constant GWS_GID server user group id
Constant GWS_LOG_LEVEL log level
Constant GWS_MANIFEST path to the manifest file
Constant GWS_SPOOL_WORKERS number of spool workers to start
Constant GWS_TMP_DIR temporary directory
Constant GWS_UID server user uid
Constant GWS_VAR_DIR var data directory
Constant GWS_WEB_WORKERS number of web workers to start
GWS_APP_DIR = (source)

application directory

Value
os.getenv('GWS_APP_DIR')
GWS_CONFIG = (source)

path to the config file

Value
os.getenv('GWS_CONFIG')

server user group id

Value
os.getenv('GWS_GID')
GWS_LOG_LEVEL = (source)

log level

Value
os.getenv('GWS_LOG_LEVEL')
GWS_MANIFEST = (source)

path to the manifest file

Value
os.getenv('GWS_MANIFEST')
GWS_SPOOL_WORKERS = (source)

number of spool workers to start

Value
os.getenv('GWS_SPOOL_WORKERS')
GWS_TMP_DIR = (source)

temporary directory

Value
os.getenv('GWS_TMP_DIR')

server user uid

Value
os.getenv('GWS_UID')
GWS_VAR_DIR = (source)

var data directory

Value
os.getenv('GWS_VAR_DIR')
GWS_WEB_WORKERS = (source)

number of web workers to start

Value
os.getenv('GWS_WEB_WORKERS')