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