===============================
Environment variables reference
===============================

The map between available environment variables and options is:

+----------------------------+----------------------+-------------------------+
| Environment variable       | Corresponding option | Type                    |
+============================+======================+=========================+
| ``AFINANCE_VERBOSITY``     | ``VERBOSITY``        | ``int``                 |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_BATCH``         | ``BATCH``            | ``Path``                |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_BATCH_WORKERS`` | ``BATCH_WORKERS``    | ``int``                 |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_OUT_CSV``       | ``OUT_CSV``          | ``Path``                |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_SAVE_PDF``      | ``SAVE_PDF``         | ``bool``                |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_URL``           | ``URL``              | ``str``                 |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_PDF``           | ``PDF``              | ``Path``                |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_FORMAT``        | ``FORMAT``           | :py:class:`PdfFormats` |
+----------------------------+----------------------+-------------------------+
| ``AFINANCE_CONFIG_FILE``   | ``CONFIG_FILE``      | ``Path``                |
+----------------------------+----------------------+-------------------------+



The ``bool`` values are evaluated in the same manner that from :ref:`batch csv file <batch_mode>`.
