gws.core.env
¶
Environment variables.
These variables, if set, override corresponding configuration values.
Source code: gws.core.env
Module Contents¶
- gws.core.env.GWS_APP_DIR¶
Application directory.
- gws.core.env.GWS_CONFIG¶
Path to the config file.
- gws.core.env.GWS_GID¶
Server user group id.
- gws.core.env.GWS_IN_CONTAINER¶
True if we’re running in a container.
- gws.core.env.GWS_IN_TEST¶
True if we’re running tests.
- gws.core.env.GWS_LOG_LEVEL¶
Log level.
- gws.core.env.GWS_MANIFEST¶
Path to the manifest file.
- gws.core.env.GWS_SPOOL_WORKERS¶
Number of spool workers to start.
- gws.core.env.GWS_TEST_DIR¶
Test base directory.
- gws.core.env.GWS_TEST_INI¶
Location of the test.ini file.
- gws.core.env.GWS_TMP_DIR¶
Temporary directory.
- gws.core.env.GWS_UID¶
Server user uid.
- gws.core.env.GWS_VAR_DIR¶
Var data directory.
- gws.core.env.GWS_WEB_WORKERS¶
Number of web workers to start.